mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
add /login/authenticate/
remove login/authenticate controller add generateEmail function move parent::tearDownAfterClass at the end od the function use twitter bootstrap alert component Update doc blocks & fix issues add XMLHTTPRequest to PhraseanetPHPUNIt framework fix tests remove var_dump refactor postlog process fix URI's fix redirection URI
This commit is contained in:
@@ -87,7 +87,7 @@ function login(what)
|
||||
{
|
||||
EcrireCookie('last_act',what,null,'/');
|
||||
}
|
||||
self.location.replace('/login/index.php?postlog=1');
|
||||
self.location.replace('/login/?postlog=1');
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user