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
The deferred loading does not seem to work for passwd_hash (but it does for wifi_passwd_hash):
In [8]: from sqlalchemy import *; from sqlalchemy.orm import *; from sqlalchemy.sql import *
In [9]: from pycroft.model._all import User
In [10]: print(select(User))
SELECT "user".account_id, "user".unix_account_id, "user".address_id, "user".email_forwarded, "user".password_reset_token, "user".login, "user".name, "user".registered_at, "user".passwd_hash, "user".email, "user".email_confirmed, "user".email_confirmation_key, "user".birthdate, "user".swdd_person_id, "user".room_id, "user".id
FROM "user"
This needs to be reported and/or quickfixed.
The text was updated successfully, but these errors were encountered:
The deferred loading does not seem to work for
passwd_hash
(but it does forwifi_passwd_hash
):This needs to be reported and/or quickfixed.
The text was updated successfully, but these errors were encountered: