mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add Password Algorithm option to install page (#14701)
Add Password Algorithm option to install page Fix #14674 Co-authored-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
		@@ -60,6 +60,8 @@ type InstallForm struct {
 | 
			
		||||
	DefaultEnableTimetracking      bool
 | 
			
		||||
	NoReplyAddress                 string
 | 
			
		||||
 | 
			
		||||
	PasswordAlgorithm string
 | 
			
		||||
 | 
			
		||||
	AdminName          string `binding:"OmitEmpty;AlphaDashDot;MaxSize(30)" locale:"install.admin_name"`
 | 
			
		||||
	AdminPasswd        string `binding:"OmitEmpty;MaxSize(255)" locale:"install.admin_password"`
 | 
			
		||||
	AdminConfirmPasswd string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user