aboutsummaryrefslogtreecommitdiff
path: root/source/auth.py
Commit message (Collapse)AuthorAge
* Updated link to the picture in the authentication page.Cédric Bonhomme2013-03-15
|
* Updated 'meta' HTML tag of the authentication page.Cédric Bonhomme2013-03-15
|
* Updated comments in auth.pyCédric Bonhomme2013-01-14
|
* Minor changes to the login page.Cédric Bonhomme2013-01-14
|
* Added possibility to change the username.Cédric Bonhomme2013-01-10
|
* Updated header information for auth.py.Cédric Bonhomme2013-01-10
|
* You can now change your password form the /management page.Cédric Bonhomme2013-01-10
|
* Added default argument for check_credentials().Cédric Bonhomme2013-01-10
|
* Added change_password function in order to change the password corresponding ↵Cédric Bonhomme2013-01-10
| | | | to username.
* Updated copyrights years.Cédric Bonhomme2013-01-01
|
* Porting to Python 3.2. Better, faster, stronger.cedricbonhomme2012-11-08
|
* HTML username text input is now focused by default.cedricbonhomme2012-11-06
|
* New version number.cedricbonhomme2012-10-12
|
* Improved css for the loggin page.cedricbonhomme2012-10-12
|
* Added log.csscedricbonhomme2012-10-12
|
* HTML5 doctype. You have now to be logged to acces to your pyAggr3g470r ↵cedricbonhomme2012-10-12
| | | | instance. Usefull if it is hosted on Amazon EC2 for example.
* Added authentication module.cedricbonhomme2012-10-12
bgstack15