Mercurial > libervia-web
diff browser_side/register.py @ 121:2d40b0f5fb37
server side: asynchronous login
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 10 Dec 2011 10:41:40 +0100 |
parents | 975e6be24e11 |
children | ddfcc4cb6cee |
line wrap: on
line diff
--- a/browser_side/register.py Thu Jul 07 19:03:06 2011 +0200 +++ b/browser_side/register.py Sat Dec 10 10:41:40 2011 +0100 @@ -157,7 +157,7 @@ def onSubmitComplete(self, event): result = event.getResults() if result == "AUTH ERROR": - Window.alert('You login and/or password is incorrect. Please try again') + Window.alert('Your login and/or password is incorrect. Please try again') elif result == "LOGGED": self.callback() elif result == "SESSION_ACTIVE":