mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
e214b39b44
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. |
||
---|---|---|
.. | ||
static | ||
templates | ||
__init__.py | ||
default_settings.py | ||
forms.py | ||
models.py | ||
utils.py | ||
web.py |