--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/574b924f-c0d9-405c-9ef0-6d1636388950%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/CAHZ0wEa6cChbkHBf0awA9F-TMcx%3DSBDn2PRWG9tA%3DYLGjnxHBw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/CAEVNTDNX1Mj%3D%3Dsa8wJWLFgjNorLX1KnRQJSiDcuOPp6-XzbTLg%40mail.gmail.com.
you can set on Env, it have thread scope, or session
On Thu, Dec 7, 2017 at 11:05 AM, Carlos Collazos <coll...@gmail.com> wrote:
Hiep:
Thank you much for your answer. I found the code in AdempiereWebUI but I could not get the value on this class for rememberMe checkbox. Maybe it is needed to save this value on sameplace for recovering inside AdempiereWebUI/
Do you think on a solution?
Regards,
---------------------------------
Carlos Collazos
coll...@gmail.com
----------------------------------
On Wed, Dec 6, 2017 at 9:29 PM, 'Hiep Lq' via iDempiere <idem...@googlegroups.com> wrote:
on AdempiereWebUI.loginCompleted have line BrowserToken.save(mSession, user);i think this line should call on only case use already choose "Remember Me" other call BrowserToken.remove
On Thu, Dec 7, 2017 at 8:23 AM, Hiep Lq <hie...@hasuvimex.vn> wrote:
it lie on LoginPanel class, line chkRememberMe.setChecked(true);
On Thu, Dec 7, 2017 at 7:54 AM, carlos <coll...@gmail.com> wrote:
Hi:
I do not know if its a bug or feature but it can be annoying for security reasons. When you login into idempiere and do not check the remember me checkbox then log out from the session the remember me checkbox is checked by itself. If you uncheck it and log in again the same happens. I tested on test.idempiere.org and the same behavior is shown.
Could you please verify it to see how can the remember me checkbox could return to last chosen option or at least give me a clue where could I solve it on the code?
Regards,
--