Revision 550
Added by doc almost 17 years ago
trunk/CHANGELOG | ||
---|---|---|
13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
14 | 14 |
17-Jan-2008 Christian Sommer |
15 | 15 |
# fixed bug in frontend login and multiple groups (only in conjunction with E_ALL) |
16 |
! removed the PAGE_EXTENSION from frontend login |
|
16 | 17 |
|
17 | 18 |
17-Jan-2008 Matthias Gallas |
18 | 19 |
# Reintroduced changes from changeset 520 and 540 wich where overwritten |
trunk/wb/account/login.php | ||
---|---|---|
65 | 65 |
"MIN_PASSWORD_LEN" => "2", |
66 | 66 |
"MAX_USERNAME_LEN" => "30", |
67 | 67 |
"MAX_PASSWORD_LEN" => "30", |
68 |
"LOGIN_URL" => WB_URL."/account/login".PAGE_EXTENSION .'?redirect=' .$redirect,
|
|
68 |
"LOGIN_URL" => WB_URL."/account/login.php?redirect=" .$redirect,
|
|
69 | 69 |
"DEFAULT_URL" => WB_URL.PAGES_DIRECTORY."/index.php", |
70 | 70 |
"TEMPLATE_DIR" => ADMIN_PATH."/login", |
71 | 71 |
"TEMPLATE_FILE" => "template.html", |
Also available in: Unified diff
removed the PAGE_EXTENSION added with changeset 549