mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	reset_confirm: Add show password feature to reset confirm page.
Fixes part of #17301.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							91c73025d2
						
					
				
				
					commit
					a9fcafc433
				
			@@ -32,6 +32,14 @@ $(() => {
 | 
			
		||||
        "#id_password",
 | 
			
		||||
        "#id_password ~ .password_visibility_toggle",
 | 
			
		||||
    );
 | 
			
		||||
    common.setup_password_visibility_toggle(
 | 
			
		||||
        "#id_new_password1",
 | 
			
		||||
        "#id_new_password1 ~ .password_visibility_toggle",
 | 
			
		||||
    );
 | 
			
		||||
    common.setup_password_visibility_toggle(
 | 
			
		||||
        "#id_new_password2",
 | 
			
		||||
        "#id_new_password2 ~ .password_visibility_toggle",
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
    function highlight(class_to_add) {
 | 
			
		||||
        // Set a class on the enclosing control group.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user