1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 13:50:07 +00:00

Add password reset

This commit is contained in:
xiez
2012-08-06 16:30:51 +08:00
parent e0c5529557
commit 930bd31c30
4 changed files with 32 additions and 15 deletions

View File

@@ -208,6 +208,9 @@ HTTP_SERVER_ROOT = "http://localhost:8082"
# Seafile-applet address and port, used in repo download
CCNET_APPLET_ROOT = "http://localhost:13420"
# Account initial password, for password resetting.
INIT_PASSWD = '123456'
SEAHUB_TITLE = 'SeaHub'
USE_SUBDOMAIN = False