Commit Graph

27 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
9b97d72584 Add password first access error case in mail reset (#377) 2011-11-04 15:37:42 +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
53e9d5f9a1 New error code for password empty form (#349) 2011-07-07 10:35:04 +00:00
Clément Oudot
9e4db9505e Add a mailTimeout parameter and display expiration date and time in confirmation mail (#309) 2011-06-01 10:22:28 +00:00
Clément Oudot
6a1619be4e Do not use subroutine parameters to be compliant with Choice feature (#302) 2011-05-30 20:53:03 +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
27dc8d5c46 Manage mail body charset (#311) 2011-05-27 14:08:49 +00:00
Clément Oudot
a43e032866 Check customized mail templates before using common ones (#310) 2011-05-20 15:17:57 +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
Clément Oudot
9d1df44f34 Use the first value of mail session value to send mail (#300) 2011-05-20 12:36:42 +00:00
Clément Oudot
99ba3eddb1 Use mailSessionKey to find the real mail value in session (#300) 2011-05-19 15:49:11 +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
Clément Oudot
05dbeca3e5 Upgrade versions for 1.0 release 2010-11-20 15:05:40 +00:00
Xavier Guimard
47d58814c8 Upgrade POD URL 2010-10-26 06:08:16 +00:00
Xavier Guimard
c539a91696 Update copyright 2010-10-24 07:25:44 +00:00
Xavier Guimard
fb5a09d172 Update copyright year (#209) 2010-10-23 08:35:38 +00:00
Clément Oudot
24a9971297 Add setPersistentSessionInfo step in authentication process (closes #200) 2010-10-21 10:28:47 +00:00
Xavier Guimard
ad0ebc182e Doxygen comments 2010-10-02 15:45:10 +00:00
Clément Oudot
5cc3a3057a Update MailReset doxygen documentation (#7) 2010-07-22 09:06:50 +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