summaryrefslogtreecommitdiffstats
path: root/modules/auth/auth_form.go
Commit message (Collapse)AuthorAgeFilesLines
* APIs: admin usersUnknwon2015-12-051-2/+2
|
* LDAP: Optional user name attribute specificationAdam Strzelecki2015-12-021-22/+23
| | | | | | | | | | | | | | | Consider following LDAP search query example: (&(objectClass=Person)(|(uid=%s)(mail=%s))) Right now on first login attempt Gogs will use the text supplied on login form as the newly created user name. In example query above the text matches against both e-mail or user name. So if user puts the e-mail then the new Gogs user name will be e-mail which may be undesired. Using optional user name attribute setting we can explicitly say we want Gogs user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail to login 1st time, the new account will receive correct user name.
* fix import path, fix #1782Unknwon2015-10-151-2/+2
|
* #1625 remove auto_register and makes it defaultUnknwon2015-09-121-23/+22
|
* #1620 add allowed domains for SMTP authUnknwon2015-09-111-0/+1
|
* finish new edit auth UIUnknwon2015-09-111-1/+0
|
* finish new add auth UIUnknwon2015-09-101-12/+12
|
* Added LDAP simple auth support.Sergio Benitez2015-09-041-0/+1
|
* #1542 A way to skip TLS verify for SMTP authenticationUnknwon2015-08-291-1/+2
|
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-0/+1
| | | | | | | | | The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation.
* Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-121-5/+4
|
* Add PAM authenticationPaolo Borelli2015-04-241-0/+1
|
* #1124 LDAP add and edit form are misleadingUnknwon2015-03-241-16/+16
|
* Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-081-1/+4
|
* Use binding middlewareUnknwon2014-10-151-5/+3
|
* New UI merge in progressUnknwon2014-07-261-0/+36