Commit Graph

14 Commits

Author SHA1 Message Date
Clément Oudot
f56dcedfa0 Dissociate confirm mail sent and norman mail sent error case in mail reset (#377) 2011-11-04 16:34:16 +00:00
Clément Oudot
1811394d43 Use session attributes in templates (#379) 2011-11-04 15:30:24 +00:00
Clément Oudot
0e0a0313f2 Display mail reset start date in mail reset template (#378) 2011-11-04 11:36:33 +00:00
Clément Oudot
f13a3e0cfe Add a parameter to know if the mail was already sent in mail reset screens (#378) 2011-11-04 11:09:08 +00:00
Clément Oudot
d903606d88 Display confirmation link expiration date in mail reset template (#378) 2011-11-04 10:43:36 +00:00
Clément Oudot
16129daaeb Specific mail user not found error for mail reset (#377) 2011-10-28 15:52:19 +00:00
Clément Oudot
56bda5574e Difference between first access and empty form in mail reset (#377) 2011-10-28 15:25:36 +00:00
Clément Oudot
4152643ddd Possibility to change the password on the portal after password reset confirmation (#302) 2011-05-30 15:45:56 +00:00
Clément Oudot
e70476ccfc Add a step in mail reset feature to resend the confirmation mail (#301) 2011-05-20 14:30:21 +00:00
Thomas CHEMINEAU
ddb84e6ef2 fixes #275 - use SCRIPT_FILENAME instead of DOCUMENT_ROOT to get htdocs portal path 2011-02-04 12:50:24 +00:00
Clément Oudot
5b1a1c73d0 Support AuthChoice for reset password feature (#269) 2011-01-25 10:57:45 +00:00
Xavier Guimard
7cf902d9e2 Debian packaging requires "/skins" due to symbolic links 2010-08-16 16:29:16 +00:00
Clément Oudot
3222021897 Portal:
* Use HTML templates to send fancy reset password mail, with translations
* Send the new password by mail instead of diplaying it n the web page
* Remove the need to configure : the value is now set with help of {DOCUMENT_ROOT}
2010-01-22 11:25:37 +00:00
Clément Oudot
f6c250207c Portal - new feature: token to reset password by mail:
* A token is sent when user ask for password reset
* The token is linked to an apache session
* The password is reset if the token is valid
2010-01-21 17:38:55 +00:00