1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/budget
Alexis Metaireau ab305ccbc6 Put back the old version of authenticate.
(Fred, is there a reason why you're using form.id.validate()? Doesn't seem to be defined in here.

Also properly deletes the session using session.clear rather than session = None.
As session is an observable object, if it is updated to None, the session will *not* be invalided at the end of the request. Instead, you have to call clear() which will clear its members so the cookie will be updated accordingly at the end of the request.
2011-07-30 01:32:55 +02:00
..
static reshape the folder structure. Add conf files 2011-03-10 17:32:53 +00:00
templates Add templates to add a member. 2011-07-30 01:31:56 +02:00
__init__.py Split the logic into different python modules: 2011-07-23 18:45:40 +02:00
default_settings.py Split the logic into different python modules: 2011-07-23 18:45:40 +02:00
forms.py Homepage created and project authentication refactored 2011-07-29 15:44:15 +02:00
models.py Manage users creation 2011-07-23 20:36:13 +02:00
utils.py Adding bill works 2011-07-29 17:14:33 +02:00
web.py Put back the old version of authenticate. 2011-07-30 01:32:55 +02:00