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:
Nicolas Le Goff
2012-08-02 12:14:41 +02:00
parent 0ecdf87260
commit 367cf7c2a4
18 changed files with 377 additions and 304 deletions

View File

@@ -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;
}