@if(isEditing) {

Editing {{ userDetails().emailAddress }}

} @else { @if(isNewUser) {

{{ userDetails().emailAddress + " successfully created" }}

} @else {

User details

}
priority_high Please save the password. For your security, we do not store passwords in a recoverable format.

User details

User email {{ userDetails().emailAddress }} User role {{ roleToDescription(userDetails().role) }} @if (userDetails().registryLockEmailAddress) { Registry Lock email {{ userDetails().registryLockEmailAddress }} } @if (userDetails().password) { Password }
}