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 e214b39b44 Fixes an unwanted error "user already exists".
Doing a query with an AND SQL statement needs to be done with multiple "filter" callswith SQLAlchemy.

Here, we want to be sure that the username is not used AND that the project is the same than the eventual users that would match. The previous version of the code returned an user with the same name, even if the user wasn't in the right group.
2011-07-30 01:51:13 +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 Fixes an unwanted error "user already exists". 2011-07-30 01:51:13 +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