[KEYCLOAK-6334] Minor typo: "read only" should be "read-only"
This commit is contained in:
parent
2c59d948fc
commit
f351db608e
3 changed files with 6 additions and 6 deletions
|
@ -224,7 +224,7 @@ public abstract class AbstractKerberosTest extends AbstractAuthTest {
|
|||
// Change password is not possible as editMode is READ_ONLY
|
||||
changePasswordPage.changePassword("theduke", "newPass", "newPass");
|
||||
Assert.assertTrue(
|
||||
driver.getPageSource().contains("You can't update your password as your account is read only"));
|
||||
driver.getPageSource().contains("You can't update your password as your account is read-only"));
|
||||
|
||||
// Change editMode to UNSYNCED
|
||||
updateProviderEditMode(UserStorageProvider.EditMode.UNSYNCED);
|
||||
|
|
|
@ -132,9 +132,9 @@ invalidTotpMessage=Invalid authenticator code.
|
|||
usernameExistsMessage=Username already exists.
|
||||
emailExistsMessage=Email already exists.
|
||||
|
||||
readOnlyUserMessage=You can''t update your account as it is read only.
|
||||
readOnlyUsernameMessage=You can''t update your username as it is read only.
|
||||
readOnlyPasswordMessage=You can''t update your password as your account is read only.
|
||||
readOnlyUserMessage=You can''t update your account as it is read-only.
|
||||
readOnlyUsernameMessage=You can''t update your username as it is read-only.
|
||||
readOnlyPasswordMessage=You can''t update your password as your account is read-only.
|
||||
|
||||
successTotpMessage=Mobile authenticator configured.
|
||||
successTotpRemovedMessage=Mobile authenticator removed.
|
||||
|
|
|
@ -754,7 +754,7 @@ console-display-name=Console Display Name
|
|||
console-display-name.tooltip=Display name of provider when linked in admin console.
|
||||
priority=Priority
|
||||
priority.tooltip=Priority of provider when doing a user lookup. Lowest first.
|
||||
user-storage.enabled.tooltip=If provider is disabled it will not be considered for queries and imported users will be disabled and read only until the provider is enabled again.
|
||||
user-storage.enabled.tooltip=If provider is disabled it will not be considered for queries and imported users will be disabled and read-only until the provider is enabled again.
|
||||
sync-settings=Sync Settings
|
||||
periodic-full-sync=Periodic Full Sync
|
||||
periodic-full-sync.tooltip=Does periodic full synchronization of provider users to Keycloak should be enabled or not
|
||||
|
@ -780,7 +780,7 @@ allow-password-authentication=Allow Password Authentication
|
|||
allow-password-authentication.tooltip=Enable/disable possibility of username/password authentication against Kerberos database
|
||||
edit-mode=Edit Mode
|
||||
edit-mode.tooltip=READ_ONLY means that password updates are not allowed and user always authenticates with Kerberos password. UNSYNCED means user can change his password in Keycloak database and this one will be used instead of Kerberos password then
|
||||
ldap.edit-mode.tooltip=READ_ONLY is a read only LDAP store. WRITABLE means data will be synced back to LDAP on demand. UNSYNCED means user data will be imported, but not synced back to LDAP.
|
||||
ldap.edit-mode.tooltip=READ_ONLY is a read-only LDAP store. WRITABLE means data will be synced back to LDAP on demand. UNSYNCED means user data will be imported, but not synced back to LDAP.
|
||||
update-profile-first-login=Update Profile First Login
|
||||
update-profile-first-login.tooltip=Update profile on first login
|
||||
sync-registrations=Sync Registrations
|
||||
|
|
Loading…
Reference in a new issue