Mercurial > libervia-web
diff libervia.tac @ 67:b096facaa5b3
registration fix
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 15 Jun 2011 20:22:27 +0200 |
parents | 9d8e79ac4c9c |
children | 975e6be24e11 |
line wrap: on
line diff
--- a/libervia.tac Wed Jun 15 00:52:02 2011 +0200 +++ b/libervia.tac Wed Jun 15 20:22:27 2011 +0200 @@ -361,10 +361,9 @@ @param args: dict of args as given by the form @return: "REGISTRATION" in case of success""" #TODO: must be moved in SàT core - try: profile = login = args['register_login'][0] - password = request.args['register_password'][0] #FIXME: password is ignored so far + password = args['register_password'][0] #FIXME: password is ignored so far email = args['email'][0] except KeyError: return "BAD REQUEST"