mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 15:23:02 +00:00 
			
		
		
		
	fix for password edit at the admin page
This commit is contained in:
		| @@ -637,7 +637,7 @@ def edit_user(user_id): | |||||||
|             return redirect(url_for('user_list')) |             return redirect(url_for('user_list')) | ||||||
|         else: |         else: | ||||||
|             if to_save["password"]: |             if to_save["password"]: | ||||||
|                 content.password == generate_password_hash(to_save["password"]) |                 content.password = generate_password_hash(to_save["password"]) | ||||||
|             if "admin_user" in to_save and content.role != 1: |             if "admin_user" in to_save and content.role != 1: | ||||||
|                 content.role = 1 |                 content.role = 1 | ||||||
|             elif not "admin_user" in to_save and content.role == 1: |             elif not "admin_user" in to_save and content.role == 1: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Cervinko Cera
					Cervinko Cera