You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers/user/setting
guillep2k 31655aabfc Fix password complexity regex for special characters (on master) (#8525)
* Fix extra space

* Fix regular expression

* Fix error template name

* Simplify check code, fix default values, add test

* Fix router tests

* Fix fmt

* Fix setting and lint

* Move cleaning up code to test, improve comments

* Tidy up variable declaration
5 years ago
..
account.go Fix password complexity regex for special characters (on master) (#8525) 5 years ago
account_test.go Fix password complexity regex for special characters (on master) (#8525) 5 years ago
applications.go Hash App token (#6724) 5 years ago
keys.go fix missing data on redirects (#3975) 6 years ago
main_test.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
oauth2.go OAuth2 Grant UI (#6625) 5 years ago
profile.go Use gitea forked macaron (#7933) 5 years ago
security.go fix bug when deleting a linked account will removed all (#5989) 5 years ago
security_openid.go fix missing data on redirects (#3975) 6 years ago
security_twofa.go Fixed ineffectual assignments (#7555) 5 years ago
security_u2f.go Add golangci (#6418) 5 years ago