|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Using email in SignInPanel UsernameI'm trying to use wicket signinpanel . When and choose remember me checkbox and use email address in username (eg.abc@... , next time when i come it it just remembers abc as user name instead of abc@...). It seems when storing and retreving value from cookies we need to encode and decode the value . It doesn't look like wicket is doing this by default which is why this is happening. Does any one know what is the solution for this. <html> <head> <title>Sign In</title> <link rel="stylesheet" type="text/css" href="style.css"/> <style> body { background-image: none; } </style> </head> <body> <h2>Sign In</h2> <span wicket:id="signInPanel"/> </body> </html> thank you |
|
|
Re: Using email in SignInPanel UsernameAny one know what the solution for this is
|
|
|
Re: Using email in SignInPanel UsernameMay be a bug. Please file a JIRA. In the meantime, the signinpanel is
pretty generic and not meant for every usecase. You can easily create your own - even copying the code and modifying it. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Oct 29, 2009 at 1:43 AM, wicketnewuser <swarnimr@...> wrote: > > Any one know what the solution for this is > > wicketnewuser wrote: > > > > > > I'm trying to use wicket signinpanel . When and choose remember me > > checkbox and use email address in username (eg.abc@... , next time > > when i come it it just remembers abc as user name instead of abc@... > ). > > It seems when storing and retreving value from cookies we need to encode > > and decode the value . It doesn't look like wicket is doing this by > > default which is why this is happening. Does any one know what is the > > solution for this. > > > > <html> > > <head> > > <title>Sign In</title> > > <link rel="stylesheet" type="text/css" href="style.css"/> > > <style> > > body { background-image: none; } > > </style> > > </head> > > <body> > > <h2>Sign In</h2> > > > > > > </body> > > </html> > > > > thank you > > > > > > -- > View this message in context: > http://www.nabble.com/Using-email-in-SignInPanel-Username-tp26085468p26107531.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > |
| Free embeddable forum powered by Nabble | Forum Help |