rdcore icon indicating copy to clipboard operation
rdcore copied to clipboard

Could not update item The PPSK you provided is already taken. Please provide another one.

Open razametal opened this issue 1 year ago • 1 comments

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?

razametal avatar Feb 07 '24 18:02 razametal

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;

razametal avatar Feb 08 '24 05:02 razametal