Port 7.7 - WIP

This commit is contained in:
Stephan
2017-09-18 15:33:13 +02:00
parent 9a28250a8d
commit d54658009c
54 changed files with 1423 additions and 401 deletions

View File

@@ -18,6 +18,9 @@ namespace Umbraco.Core.Security
/// <param name="provider"></param>
/// <param name="userService"></param>
/// <returns></returns>
/// <remarks>
/// An Admin can always reset the password
/// </remarks>
internal static bool CanResetPassword(this MembershipProvider provider, IUserService userService)
{
if (provider == null) throw new ArgumentNullException("provider");