CodeSharePaul
jonroberts
warlloch
Owain Jones
ourclient.com/news
/news
/news/
jacksorjacksor (Richard Jackson)
Tronglonok
SiempreSteve
jojko
.html
umbraco-package.json
bockEditorCustomView
blockEditorCustomView
Lewis Heaton
TackleMcClean 🏅
private void CreateUserIfNotExist(string email, string password, string? name) { var user = _userService.GetByEmail(email); if (user != null) { return; } var newUser = _userService.CreateUserWithIdentity(name ?? email, email); var userGroup = _userService.GetUserGroupByAlias("editors") as IReadOnlyUserGroup; if (userGroup != null) { newUser.AddGroup(userGroup); newUser.RawPasswordValue = ???? // how to hash password? _userService.Save(newUser); } }
RawPasswordValue
<IUser>
CreateUserWithIdentity
A hub and casual space for you to interact with fellow community members and learn more about Umbraco!