make a note to highlight 2FA needs time sync'd [ci skip]
This commit is contained in:
parent
b20dc47a31
commit
c9f0de0598
1 changed files with 6 additions and 2 deletions
|
@ -207,8 +207,12 @@ after the administrator disables it.
|
|||
|
||||
## Note to GitLab administrators
|
||||
|
||||
You need to take special care to that 2FA keeps working after
|
||||
[restoring a GitLab backup](../../../raketasks/backup_restore.md).
|
||||
- You need to take special care to that 2FA keeps working after
|
||||
[restoring a GitLab backup](../raketasks/backup_restore.md).
|
||||
|
||||
- To ensure 2FA authorizes correctly with TOTP server, you may want to ensure
|
||||
your GitLab server's time is synchronized via a service like NTP. Otherwise,
|
||||
you may have cases where authorization always fails because of time differences.
|
||||
|
||||
[Google Authenticator]: https://support.google.com/accounts/answer/1066447?hl=en
|
||||
[FreeOTP]: https://fedorahosted.org/freeotp/
|
||||
|
|
Loading…
Reference in a new issue