
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
18 lines
459 B
Plaintext
18 lines
459 B
Plaintext
2015-06-18 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlMembershipProvider.cs: should fix a bug at resetting
|
|
the password
|
|
|
|
2015-06-10 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlMembershipProvider.cs: Fixes the Google registration
|
|
since usage of NuGet for Npgsql
|
|
|
|
2015-06-09 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlCircleProvider.cs: Refactoring: Npgsql prefix
|
|
|
|
* NpgsqlMRPProviders.csproj: Helps to fix packaging, and
|
|
cleans dependencies
|
|
|