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
I am working on some projects at the moment and I am trying to figure out how to accomplish new functions like account expiry or group variables like max upload size or max posts per day, this would be differnt per group.
My Plans:
ACCOUNT_EXPIRY:
option for determine first time
created_date OR first_login_date
option for X days = 1 month for expand expiry
GROUP_VARIABLES:
database table & functions like user_variables
My Mental Hurdles 😁:
ACCOUNT_EXPIRY:
how to determine default expiry_time for groups?
how/where to store first date?
users_expiry table
column in user table
system user_var
how to expand expiry_time * X months
where should I save the next expiry_date?
What you think about this?
P.S.: I'm still working on Aauth v3.0.0, I am stuck a bit on the user creation/update tests (i want 100% test coverage with all options xD) but I am commit soon the library with all user related functions without get_user_groups, is_allowed & etc.
The text was updated successfully, but these errors were encountered:
Hey dear Aauth Community,
I am working on some projects at the moment and I am trying to figure out how to accomplish new functions like account expiry or group variables like max upload size or max posts per day, this would be differnt per group.
My Plans:
ACCOUNT_EXPIRY:
GROUP_VARIABLES:
My Mental Hurdles 😁:
ACCOUNT_EXPIRY:
What you think about this?
P.S.: I'm still working on Aauth v3.0.0, I am stuck a bit on the user creation/update tests (i want 100% test coverage with all options xD) but I am commit soon the library with all user related functions without get_user_groups, is_allowed & etc.
The text was updated successfully, but these errors were encountered: