Page 1 of 1
User Email Account
PostPosted:Thu Jun 24, 2010 8:58 am
by pux
Hi,
we tried to configure an email-account by using the okmadmin account. After creating an emailaccount for an User we where able to see email passwords in plaintext, could this be changed?
Thanks for helping
pux
Re: User Email Account
PostPosted:Thu Jun 24, 2010 10:39 am
by jllort
You're talking about IMAP mail accounts no ?
We could hidden that information in UI, but in database can not be crypt because we need real password to use, not for validation. We could crypt and decrypt but was so trivial looking for our code to see how to decrypt it ... it'll not be secure too, any suggestions are wellcome.
Re: User Email Account
PostPosted:Thu Jun 24, 2010 11:23 am
by pux
Hello,
yes we are in the IMAP configuration UI. Is there a reason to display the pwd in the UI?
So if you can hide it would be more secure.
Re: User Email Account
PostPosted:Thu Jun 24, 2010 11:32 am
by jllort
You're talking about frontend UI ( end user configuration ) or administration UI ?
Re: User Email Account
PostPosted:Fri Jul 02, 2010 6:57 am
by pux
I´m talking about administration UI
Re: User Email Account
PostPosted:Fri Jul 02, 2010 6:07 pm
by jllort
OK, I'll take a look, and solve in 5.0 is yet exists
Re: User Email Account
PostPosted:Sat Jul 03, 2010 10:30 am
by jllort
Solved in release 5.0. ( thanks, was a stupid bug )