mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Update login.html to not autocapitalize username
This commit is contained in:
		 Daniel Blittschau
					Daniel Blittschau
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							5612ad08dd
						
					
				
				
					commit
					206d5be46c
				
			| @@ -53,7 +53,7 @@ | |||||||
| 			{% translate "Username" as i18n_username %} | 			{% translate "Username" as i18n_username %} | ||||||
| 			{% translate "Password" as i18n_password %} | 			{% translate "Password" as i18n_password %} | ||||||
| 			<label for="inputUsername" class="sr-only">{{ i18n_username }}</label> | 			<label for="inputUsername" class="sr-only">{{ i18n_username }}</label> | ||||||
| 			<input type="text" name="username" id="inputUsername" class="form-control" placeholder="{{ i18n_username }}" required autofocus> | 			<input type="text" name="username" id="inputUsername" class="form-control" placeholder="{{ i18n_username }}" autocorrect="off" autocapitalize="none" required autofocus> | ||||||
| 			<label for="inputPassword" class="sr-only">{{ i18n_password }}</label> | 			<label for="inputPassword" class="sr-only">{{ i18n_password }}</label> | ||||||
| 			<input type="password" name="password" id="inputPassword" class="form-control" placeholder="{{ i18n_password }}" required> | 			<input type="password" name="password" id="inputPassword" class="form-control" placeholder="{{ i18n_password }}" required> | ||||||
| 			<button class="btn btn-lg btn-primary btn-block" type="submit">{% translate "Sign in" %}</button> | 			<button class="btn btn-lg btn-primary btn-block" type="submit">{% translate "Sign in" %}</button> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user