rdcore
rdcore copied to clipboard
Could not update item The PPSK you provided is already taken. Please provide another one.
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?
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;