mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-04 13:50:39 +00:00
Merge branch 'dev-ldap' into dev
This commit is contained in:
commit
d8136c9c3c
18 changed files with 614 additions and 24 deletions
|
@ -26,6 +26,7 @@ type RegisterForm struct {
|
|||
Email string `form:"email" binding:"Required;Email;MaxSize(50)"`
|
||||
Password string `form:"passwd" binding:"Required;MinSize(6);MaxSize(30)"`
|
||||
RetypePasswd string `form:"retypepasswd"`
|
||||
LoginType string `form:"logintype"`
|
||||
}
|
||||
|
||||
func (f *RegisterForm) Name(field string) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue