summaryrefslogtreecommitdiffstats
path: root/templates/user/auth
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed several activation bugs (#15473)KN4CK3R2021-04-301-11/+9
* add well-known config for OIDC (#15355)techknowlogick2021-04-151-0/+9
* Use subdir for URL (#15446)KN4CK3R2021-04-141-1/+1
* Enforce tab indentation in templates (#15289)silverwind2021-04-102-2/+1
* Remove usage of JS globals (#15378)silverwind2021-04-091-3/+2
* fix link account ui (#14763)a10121127962021-02-211-12/+11
* Fix captcha (#14488)Lunny Xiao2021-01-272-2/+2
* ensure timeout error is shown on u2f timeout (#14417)zeripath2021-01-221-1/+1
* Minimal OpenID Connect implementation (#14139)Johnny Oskarsson2021-01-021-0/+2
* Add class to page content to unify top margin (#13766)silverwind2020-11-3018-21/+18
* Markdown and Repo header tweaks (#13744)silverwind2020-11-291-0/+2
* Verify password for local-account activation (#13631)65432020-11-281-1/+13
* CSS navbar and color tweaks (#13609)silverwind2020-11-263-41/+47
* unify layout between auth pages (#13547)Norwin2020-11-134-92/+93
* Set appropriate `autocomplete` attributes on password fields (#13078)silverwind2020-10-094-6/+6
* hCaptcha Support (#12594)John Olheiser2020-10-022-0/+10
* Escape more things that are passed through str2html (#12622)zeripath2020-08-281-3/+3
* Escape Email in forgot_password.tmpl (#12610)zeripath2020-08-261-1/+1
* fix: add type=text for user_name (password manager) (#12250)Tchoupinax2020-07-155-5/+5
* Ensure that 2fa is checked on reset-password (#9857)zeripath2020-01-191-1/+22
* update #9066 Always show Password field on link account sign in page (#9147)Benno2019-11-241-1/+1
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-1/+9
* Move index.js to web_src and use webpack to pack them (#8598)Lunny Xiao2019-11-131-1/+1
* Use AppSubUrl for more redirections (#8647)zeripath2019-10-231-2/+2
* Add nofollow to sign in links (#8509)guillep2k2019-10-141-2/+2
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-062-8/+13
* UX + Security current user password reset (#5042)AJ ONeal2019-04-181-0/+15
* fix: avoid multi-clicks when perform oauth2 login (#6467)BetaCat2019-03-311-4/+15
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-082-0/+47
* UX of link account (Step 1) (#5006)AJ ONeal2018-10-283-11/+49
* Fix missing AppSubUrl in few more templates (#5021)SagePtr2018-10-051-1/+1
* Force user to change password (#4489)Lanre Adelowo2018-09-132-0/+33
* Add Recaptcha functionality to Gitea (#4044)Fluf2018-07-052-2/+12
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-192-0/+54
* Some small template fixes (#3820)Rodrigo Villablanca Vásquez2018-04-201-1/+2
* Don't warn users about *every* dirty form (#3707)Gerben2018-03-233-3/+3
* Responsive view (#2750)Morgan Bazalgette2017-12-301-1/+1
* hide navbar when only 1 sign-in method is available (#2648)Kazuki Sawada2017-10-041-6/+6
* Center-aligned login topbar (#1880)Ethan Koenig2017-06-062-2/+2
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-292-3/+3
* Change two factor code entry box from text to number (#1733)Patrick G2017-05-161-1/+1
* Add new text for reset password flash (#1718)Jonas Östanbäck2017-05-141-1/+1
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-012-2/+7
* Autofocus on 2fa passcode fields (#1460)Jonas2017-04-072-2/+2
* Changed text when password reset disabled. (#1364)Jonas2017-03-221-1/+1
* Reduce conditionals in signin/signup inner formsSandro Santilli2017-03-202-3/+3
* Add captcha support to OpenID based signupSandro Santilli2017-03-201-0/+10
* Use readonly input form to show the validated OpenID URI (#1308)Sandro Santilli2017-03-202-12/+4
* Use font-awesome OpenID icon more (#1320)Sandro Santilli2017-03-192-3/+4
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-178-50/+233