C# Class EPiServerSiteCMS.Models.UserManagement.UserManager

Show file Open project: Techromix/Internship

Public Methods

Method Description
CreateUser ( Register registerVM ) : bool
ExistsUser ( EPiServerSiteCMS.Models.Pages.Login loginVM ) : bool

Private Methods

Method Description
GetMaxCode ( ) : int
PasswordMatch ( string password, string confirmPassword ) : bool
RoleExists ( string roleName ) : bool
isNumber ( string toBeVerified ) : bool

Method Details

CreateUser() public static method

public static CreateUser ( Register registerVM ) : bool
registerVM EPiServerSiteCMS.Models.Pages.Register
return bool

ExistsUser() public static method

public static ExistsUser ( EPiServerSiteCMS.Models.Pages.Login loginVM ) : bool
loginVM EPiServerSiteCMS.Models.Pages.Login
return bool