A password change has been requested.
Please enter a new password.
9 |
9 |
10 | {{ if eq .ErrorId 0 }}
11 | Sorry, this file cannot be found.
Either the link has expired or it has been downloaded too many times.
12 | {{ end }}
13 | {{ if eq .ErrorId 1 }}
14 | This file is encrypted and no key has been passed.
Please contact the uploader to give you the correct link, including the value after the hash.
15 | {{ end }}
16 | {{ if eq .ErrorId 2 }}
17 | This file is encrypted and an incorrect key has been passed.
If this file is end-to-end encrypted, please contact the uploader to give you the correct link, including the value after the hash.
18 | {{ end }}
19 |
20 |
Login with OAuth provider was sucessful, however this user is not authorised to use Gokapi.
Error: No login information was sent from the authentication provider.
The request was denied by the user or authentication provider.
Login with OAuth provider was not sucessful, the following error was raised:
17 | {{ if .ErrorProvidedMessage }} 18 |{{ .ErrorProvidedMessage }}
19 | {{ end}} 20 |{{ .ErrorGenericMessage }}