If you want to enforce a particular password policy, you'll have to check with the server. But for visualizing the password strength, you can check for particular characters (lower case, upper case, password length, numbers, etc) on the client side without checking with the server.
-- Arthur Kalmenson On Tue, Jul 20, 2010 at 8:16 AM, rudolf michael <[email protected]> wrote: > well you just need to have a server script that do that for you, as for the > client side you just need a PasswordTextField Widget with a validator that > display the messages back from the server. > > On Tue, Jul 20, 2010 at 2:30 PM, omsrobert <[email protected]> wrote: >> >> Anyone have a password strength widget for either GWT or GXT? Client >> side or better client w/server side validation would be great. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
