Skip to content

Commit

Permalink
Manually merge changes from @guillep2k and add small changes
Browse files Browse the repository at this point in the history
Signed-off-by: jolheiser <john.olheiser@gmail.com>
  • Loading branch information
jolheiser committed Nov 8, 2019
1 parent 6e72084 commit 8505b20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/content/doc/help/faq.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ You may want to set this value to `60m` or `120m`.
Gitea provides a sub-command `gitea migrate` to initialize the database, after which you can use the [admin CLI commands]({{< relref "doc/usage/command-line.en-us.md#admin" >}}) to add users like normal.

## How can I enable password reset
There is no setting for password resets. It is considered "enabled" when a [mail service]({{< relref "doc/usage/email-setup.en-us.md" >}}) is configured, and "disabled" otherwise.
There is no setting for password resets. It is enabled when a [mail service]({{< relref "doc/usage/email-setup.en-us.md" >}}) is configured, and disabled otherwise.

## How can a user's password be changed
- As an **admin**, you can change any user's password (and optionally force them to change it on next login)...
Expand All @@ -289,4 +289,5 @@ There is no setting for password resets. It is considered "enabled" when a [mail
Keep in mind most commands will also need a [global flag]({{< relref "doc/usage/command-line.en-us.md#global-options" >}}) to point the CLI at the correct configuration.
- As a **user** you can change it...
- In your account `Settings -> Account` page (this method **requires** you to know your current password).
- By using the `Forgot Password` link if there is a configured [mail service]({{< relref "doc/usage/email-setup.en-us.md" >}}).
- By using the `Forgot Password` link.
If the `Forgot Password/Account Recovery` page is disabled, please contact your administrator to configure a [mail service]({{< relref "doc/usage/email-setup.en-us.md" >}}).

0 comments on commit 8505b20

Please sign in to comment.