Offer the user to reset his password

This commit is contained in:
Pierre
2018-05-26 15:50:33 +02:00
parent 4ea1761c72
commit 19797b8731
6 changed files with 264 additions and 1 deletions

View File

@ -1315,6 +1315,20 @@ var ComunicWeb = {
},
/**
* Password reset page
*/
resetPassword: {
/**
* Main script
*/
main: {
//TODO : implement
},
},
/**
* Logout controller
*/