Page 1 of 1
		
			
				Firefox admin user mangement fix
				
Posted: 
Thu Jan 04, 2007 7:21 am 
				Author: Whisky
				Hi,
Most of firefox users know this annoying issue when you are in ACP user management and trying to save a modification on the user, Firefox populate the user password field with your own password and it's impossible to save your changes
I know this is a phpbb-related issue but would it possible to add the fix for it in the next IM release?
Just asking  <img> 
Tanks
			 
			
		
			
				Re: Firefox admin user mangement fix
				
Posted: 
Thu Jan 04, 2007 8:11 am 
				Author: tmotley
				I believe an updated FireFox fixes this issue.  I am using 2.0.0.1 and it doesn't fill in my username and password in the management area...
			 
			
		
			
				Re: Firefox admin user mangement fix
				
Posted: 
Thu Jan 04, 2007 8:43 am 
				Author: Whisky
				no I've got the same version than you and the problem occurs.
I had applied a fix for it but I lost my modifications after an update and now I am back with this bug, that's not handy to have to adapt your templates with this fix each time <img>
I can't figure out where to say to firefox to not storee the password for this page, apparently that's possible but that was probably on a previous version coz I've serached around all oprions and can't find anything relevant
			 
			
		
			
				Re: Firefox admin user mangement fix
				
Posted: 
Thu Jan 04, 2007 10:31 am 
				Author: obiku
				Maybe this wil help
################################################################ MOD Title]http://opensource.org/licenses/gpl-license.php[/url] GNU General Public License v2################################################################ For security purposes, please check: [url=http://www.phpbb.com/mods/#]http://www.phpbb.com/mods/#[/url]# for the latest version of this MOD. Although MODs are checked## before being allowed in the MODs Database there is no guarantee## that there are no security problems within the MOD. No support## will be given for MODs not found within the MODs Database which## can be found at [url=http://www.phpbb.com/mods/#]http://www.phpbb.com/mods/#[/url]############################################################### Author Notes:##         Renames the 'username' field to 'user_name'##         while still providing the $HTTP_POST_VARS['username']##         array member for compatability with other MODs####         Tested with phpbb v2.0.19 , Firefox 1.5.0.1 , IE 6.0SP2################################################################## MOD History:####   2006-01-29 - Version 1.0.0##         - initial release####   2006-02-05 - version 1.0.1##         - fixed incorrect case in references to subSilver template##         - fixed bug causing 'Find A Username' to not work (search_username.tpl)####   2006-02-08 - version 1.0.2##         - fixed faulty find/replace actions####   2006-02-10 - version 1.1.0 (BETA)##         - beta fix for incompatability with other MODs that modify the user admin functions####   2006-02-11 - version 1.1.1 (BETA)##         - removed 'templates/subSilver/admin/user_select_body.tpl' changes (no longer needed)##         - made edit to 'templates/subSilver/admin/user_edit_body.tpl' a more specific IN-LINE FIND####   2006-02-13 - version 1.2.0##         - no functionality changes from 1.1.1 just changing the version number to indicate it's no longer beta####   2006-03-28 - version 1.2.1##         - fixed 'not saving changes to user account' bug when using PHP5 with 'register_long_arrays' set to OFF################################################################## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD##############################################################  ##-----[ OPEN ]------------------------------------------------#  admin/admin_users.php  ##-----[ FIND ]------------------------------------------------#  require('./pagestart.' . $phpEx);  ##-----[ AFTER, ADD ]------------------------------------------#  if ( ( isset($HTTP_POST_VARS['user_name']) ) & ( !isset($HTTP_POST_VARS['username']) ) ){      $HTTP_POST_VARS['username'] = $HTTP_POST_VARS['user_name'];}  ##-----[ OPEN ]------------------------------------------------#  admin/admin_ug_auth.php  ##-----[ FIND ]------------------------------------------------#  require('./pagestart.' . $phpEx);  ##-----[ AFTER, ADD ]------------------------------------------#  if ( ( isset($HTTP_POST_VARS['user_name']) ) & ( !isset($HTTP_POST_VARS['username']) ) ){      $HTTP_POST_VARS['username'] = $HTTP_POST_VARS['user_name'];}  ##-----[ OPEN ]------------------------------------------------#  templates/subSilver/admin/user_edit_body.tpl  ##-----[ FIND ]------------------------------------------------#  name="username"  ##-----[ IN-LINE FIND ]----------------------------------------#  name="username"  ##-----[ IN-LINE REPLACE WITH ]--------------------------------#  name="user_name"  ##-----[ OPEN ]------------------------------------------------#  templates/subSilver/search_username.tpl  ##-----[ FIND ]------------------------------------------------#        opener.document.forms['post'].username.value = selected_username;  ##-----[ REPLACE WITH ]----------------------------------------#        if (opener.document.forms['post'].user_name)      {            opener.document.forms['post'].user_name.value = selected_username;      }      else      {            opener.document.forms['post'].username.value = selected_username;      }  ##-----[ SAVE/CLOSE ALL FILES ]--------------------------------## EoM
 
			 
			
		
			
				Re: Firefox admin user mangement fix
				
Posted: 
Thu Jan 04, 2007 10:59 am 
				Author: Whisky
				yes this is the fix I use and that I would like to see in the next version of IM  <img>
			 
			
		
			
				
				
Posted: 
Thu Jan 04, 2007 11:07 am 
				Author: tmotley
				Why don't I remember doing any mod for this?
			 
			
		
			
				Re: Firefox admin user mangement fix
				
Posted: 
Thu Jan 04, 2007 11:27 am 
				Author: Whisky
				I don't know  <img>  I am using IM 1.4
			 
			
		
			
				Re: Firefox admin user mangement fix
				
Posted: 
Thu Jan 04, 2007 3:22 pm 
				Author: Teelk
				It's already added to 1.4.1  <img>
			 
			
		
			
				Re: Firefox admin user mangement fix
				
Posted: 
Fri Jan 05, 2007 1:14 am 
				Author: Whisky
				I love you  <img>