bookwyrm/bookwyrm/views/preferences
Hugh Rundle 6684d60526
refactor Move for more redundancy
As outlined in #3354, a use `Move` fails if the user is moving from a BookWyrm server to another BookWrym server.
This is because:

1. the original code did not announce changes to alsoKnownAs;
2. the original code always checked the locally saved profile rather than refetching the remote data;

This commit fixes both these problems by forcing `MoveUser` to always perform a "refresh" of the local data from the remote, and by saving the user with broadcast=True when updating alsoKnownAs ids.
2024-04-22 13:35:08 +10:00
..
__init__.py Move preferences views into directory 2021-09-28 11:23:47 -07:00
block.py remove user and their lists from group when group.user blocks them 2021-10-09 22:13:12 +11:00
change_password.py Updates method decorators 2022-07-15 10:59:35 -07:00
delete_user.py Allow users to temporarily deactivate their accounts (#2324) 2022-11-10 13:40:54 -08:00
edit_user.py Catches places where form.save() needs the request 2022-09-08 11:02:17 -07:00
export.py Export bookshelves and review date 2024-01-13 16:47:51 +00:00
move_user.py refactor Move for more redundancy 2024-04-22 13:35:08 +10:00
two_factor_auth.py show otp_secret when setting up 2fa 2022-11-16 20:30:06 +01:00