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
Given you can't edit a reader who is generated from an admin user, would it not be possible to observe changes to the admin users, since this is already done for creating users? Alternatively could Reader use the users name if user_id is not null? Whichever is DRYer.
The text was updated successfully, but these errors were encountered:
That is supposed to happen now. In fact updates propagate both ways, so that it doesn't matter which form a user uses to make changes. The block you refer to is only there to remind the admin that this isn't a normal reader account.
Given you can't edit a reader who is generated from an admin user, would it not be possible to observe changes to the admin users, since this is already done for creating users? Alternatively could Reader use the users name if user_id is not null? Whichever is DRYer.
The text was updated successfully, but these errors were encountered: