* instdbws.sql: Creates a new table to store
one time usage passwords * NpgsqlMembershipProvider.cs: should fix a bug at resetting the password * AccountController.cs: Allows the questions and answer to be specified for password recovery, at registration time * RegisterClientModel.cs: Implements the Question and answer in the registration model
This commit is contained in:
parent
53930befd3
commit
4ba20187e8
7 changed files with 49 additions and 8 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2015-06-18 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* instdbws.sql: Creates a new table to store one time usage
|
||||
passwords
|
||||
|
||||
* AccountController.cs: Allows the questions and answer to be
|
||||
specified for passw recovery
|
||||
|
||||
2015-06-18 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* AccountController.cs: Register and reset passord from Web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue