Skip to content

Commit

Permalink
Merge branch 'master' into roles_and_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Oct 21, 2022
2 parents cb293ad + 3270ea8 commit ff26d04
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/ROOT/pages/deployment/general/general-info.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,19 @@ An admin user will be created when running the `ocis init` command with the foll

Login to the webinterface with this admin user and change relevant data according your needs or create new users. As an example to reach out the webinterface use `\https://localhost:9200`.

=== Password Reset for the Admin User

If you have forgotten the password for the admin user or want to change it, run the following command. Note that the admin user must already exist:

[source,bash]
----
ocis idm resetpassword
----

After running this command and entering a new password, the admin can relogin using the new password.

The password is written into the `ocis.yaml` file in section `idm:`.

=== Demo Users and Groups

==== Create Demo Users and Groups
Expand Down

0 comments on commit ff26d04

Please sign in to comment.