You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug originally posted on YunoHost bugtracker here.
The problem is systematically reproducible.
I tried creating a deleted user again. The account was created with error message. I can see the user in the user list and on trying to login from SSO the login is successful too.
Error:
Warning: null, 0, null]:
Warning: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'pranav' for key 'UNIQ_8D93D64992FC23A8'
Warning:
Warning:
Warning:
Warning: [Doctrine\DBAL\Driver\PDOException]
Warning: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'pranav' for key 'UNIQ_8D93D64992FC23A8'
Warning:
Warning:
Warning:
Warning: [PDOException]
Warning: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'pranav' for key 'UNIQ_8D93D64992FC23A8'
Warning:
Warning:
Warning: fos:user:create [--super-admin] [--inactive] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> <username> <email> <password>
Warning:
Error: Script execution failed: /etc/yunohost/hooks.d/post_user_create/50-wallabag2
Analysis:
The reason is that the post user delete hook doesn't delete the user from wallabag, it only deactivates it (see here).
From what I see, there doesn't seem to be an option to delete a user from the wallabag CLI console (hence this original design choice)...
Until a solution is found, maybe we should describe this limitation in the README/documentation to advise to delete the wallabag account from wallabag (and obviously from another account!) before removing the user from YunoHost?
The text was updated successfully, but these errors were encountered:
Bug originally posted on YunoHost bugtracker here.
The problem is systematically reproducible.
Analysis:
The reason is that the post user delete hook doesn't delete the user from wallabag, it only deactivates it (see here).
From what I see, there doesn't seem to be an option to delete a user from the wallabag CLI console (hence this original design choice)...
Until a solution is found, maybe we should describe this limitation in the README/documentation to advise to delete the wallabag account from wallabag (and obviously from another account!) before removing the user from YunoHost?
The text was updated successfully, but these errors were encountered: