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've disabled the need of the PPSK editing the file /var/www/html/cake4/rd_cake/src/Model/Table/PermanentUsersTable.php and comment with // the lines 67, 68, 69, 70 and 71, then execute the following as mysql root user:
mysql -u root rd
alter table permanent_users modify ppsk VARCHAR(100) NULL;
Hi, i've installed latest git version yesterday Feb 6, 2024.
When I create a new permanent user I get the follogin error:
Could not update item The PPSK you provided is already taken. Please provide another one.
Can PPSK requeriment be disabled?
The text was updated successfully, but these errors were encountered: