This article explains how to extend the expiry date of the user accounts in Junos space
The expiry date of the users can be change in the mysql
The database must be edited and need to change the expiry date
Login to the Junos space CLI and enter the below command:
# mysql -ujboss -p$(grep mysql.jboss /etc/sysconfig/JunosSpace/pwd | awk -F= '{print $2}')
> use build_db;
>UPDATE USER set expiryDate='2025-03-10 09:09:09' where name='test';
The above command helps to expand the expiry date of test user