Use disable_form_autofill on Codebase and Gitbucket (#17936)
Removes the old fake input on the Codebase migration screen, and adds the disable_form_autofill
This commit is contained in:
		
					parent
					
						
							
								9e6e1dc950
							
						
					
				
			
			
				commit
				
					
						d2d9bc846e
					
				
			
		
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,6 +3,7 @@
 | 
				
			||||||
	<div class="ui middle very relaxed page grid">
 | 
						<div class="ui middle very relaxed page grid">
 | 
				
			||||||
		<div class="column">
 | 
							<div class="column">
 | 
				
			||||||
			<form class="ui form" action="{{.Link}}" method="post">
 | 
								<form class="ui form" action="{{.Link}}" method="post">
 | 
				
			||||||
 | 
									{{template "base/disable_form_autofill"}}
 | 
				
			||||||
				{{.CsrfTokenHtml}}
 | 
									{{.CsrfTokenHtml}}
 | 
				
			||||||
				<h3 class="ui top attached header">
 | 
									<h3 class="ui top attached header">
 | 
				
			||||||
					{{.i18n.Tr "repo.migrate.migrate" .service.Title}}
 | 
										{{.i18n.Tr "repo.migrate.migrate" .service.Title}}
 | 
				
			||||||
| 
						 | 
					@ -22,7 +23,6 @@
 | 
				
			||||||
						<label for="auth_username">{{.i18n.Tr "username"}}</label>
 | 
											<label for="auth_username">{{.i18n.Tr "username"}}</label>
 | 
				
			||||||
						<input id="auth_username" name="auth_username" value="{{.auth_username}}" {{if not .auth_username}}data-need-clear="true"{{end}}>
 | 
											<input id="auth_username" name="auth_username" value="{{.auth_username}}" {{if not .auth_username}}data-need-clear="true"{{end}}>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
					<input class="fake" type="password">
 | 
					 | 
				
			||||||
					<div class="inline field {{if .Err_Auth}}error{{end}}">
 | 
										<div class="inline field {{if .Err_Auth}}error{{end}}">
 | 
				
			||||||
						<label for="auth_password">{{.i18n.Tr "password"}}</label>
 | 
											<label for="auth_password">{{.i18n.Tr "password"}}</label>
 | 
				
			||||||
						<input id="auth_password" name="auth_password" type="password" value="{{.auth_password}}">
 | 
											<input id="auth_password" name="auth_password" type="password" value="{{.auth_password}}">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,6 +3,7 @@
 | 
				
			||||||
	<div class="ui middle very relaxed page grid">
 | 
						<div class="ui middle very relaxed page grid">
 | 
				
			||||||
		<div class="column">
 | 
							<div class="column">
 | 
				
			||||||
			<form class="ui form" action="{{.Link}}" method="post">
 | 
								<form class="ui form" action="{{.Link}}" method="post">
 | 
				
			||||||
 | 
									{{template "base/disable_form_autofill"}}
 | 
				
			||||||
				{{.CsrfTokenHtml}}
 | 
									{{.CsrfTokenHtml}}
 | 
				
			||||||
				<h3 class="ui top attached header">
 | 
									<h3 class="ui top attached header">
 | 
				
			||||||
					{{.i18n.Tr "repo.migrate.migrate" .service.Title}}
 | 
										{{.i18n.Tr "repo.migrate.migrate" .service.Title}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue