M M Arif 2019-06-04 08:13:44 +00:00
parent d498c0a0eb
commit 87f9c6ac93
1 changed files with 15 additions and 0 deletions

15
Troubleshoot-Guide.md Normal file

@ -0,0 +1,15 @@
**Here you will find the common hacks to use the app with.**
#### 1- I have HTTP basic authentication enabled at proxy level with pass thru. How to login?
On the login screen in the URL field enter `YOUR-USERNAME@YOUR-DOMAIN.COM` and skip the username field to fill. This will let you login to the app. For example, `gitnex@try.gitea.io`
**Please note, that your proxy level username and password should be the same with your Gitea logins.**
This feature is available in **GitNex version 1.2.0** and above.
#### 2- I have enabled 2FA for my account and I am on 1.8.0 Gitea version. How to login?
**If you are on GitNex version 1.4.0 or below:**
On the login screen in the Username field enter `YOUR-USERNAME:OTP`, `:` is the separator between username and otp code. For example, `gitnex:251364`
**If you are on GitNex version 1.5.0 or above:**
A separate optional field is introduced to enter the OTP code if you have enabled 2FA for your account.