diff --git a/core/modules/user/config/install/tour.tour.user-edit.yml b/core/modules/user/config/install/tour.tour.user-edit.yml new file mode 100644 index 0000000000..6ad31d5909 --- /dev/null +++ b/core/modules/user/config/install/tour.tour.user-edit.yml @@ -0,0 +1,42 @@ +id: user-edit +module: user +label: User edit +langcode: en +routes: + - route_name: entity.user.edit_form + - route_name: user.admin_create +tips: + edit-current-pass: + id: edit-current-pass + plugin: text + label: 'Password Credentials' + body: 'The current password is needed for the user to set a new password.' + weight: 1 + location: bottom + attributes: + data-id: edit-current-pass + edit-mail: + id: edit-mail + plugin: text + label: 'Login Credentials' + body: 'The E-Mail address has to be unique.' + weight: 1 + location: bottom + attributes: + data-id: edit-mail + edit-status: + id: edit-status + plugin: text + label: 'The status' + body: 'The status determinates if the user is able to login or not. It‘s useful in case that new accounts need administrator approval before being active. The default value for new accounts can be changed in the account settings.' + weight: 2 + attributes: + data-id: edit-status + edit-roles: + id: edit-roles + plugin: text + label: 'The roles' + body: 'Roles are needed to grant and revoke prermissions for the user to access different parts of the system.' + weight: 3 + attributes: + data-id: edit-roles