Page 1 of 1
Hiding the mail password
PostPosted:Fri Aug 06, 2010 11:47 am
by weezer316
HI there,
Anybody know a way to hide the mail password? I notice when you click on mail accounts for a user the password is there in plain english. Is there any way to hide this?
regards
Wheeler
Re: Hiding the mail password
PostPosted:Fri Aug 06, 2010 11:49 am
by jllort
It's minimal bug that we've solved in version 5.0. To hide it now it'll be necessary to recompile project 4.1 with some minimal change, you're talking about administration no ?
Probably - I thinked better - only is need to change some input in a jsp, and can be done without compiling only adding type="password" in the input on the jsp used by editing ... really it's no complicated doing it.
Re: Hiding the mail password
PostPosted:Fri Aug 06, 2010 1:31 pm
by weezer316
Jilort,
Found it i think. mail)list.jsp. I just replaced the ma.getpassword() with ********. Should do the trick I hope!
Re: Hiding the mail password
PostPosted:Mon Aug 09, 2010 2:37 pm
by jllort
more simply is
Code: Select all<input name="I don't remeber now :) " type="password" value="<%=ma.getpassword()%>">
That was my suggest