Is it possible?

All about WTware on Raspberry. WTware works with Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2 devices
http://www.winterminal.com
Post Reply
conniecardenas
Posts: 1
Joined: Fri Jan 06, 2023 8:33 pm

Is it possible?

Post by conniecardenas »

Is it feasible for users who have an expired password to modify it? If I do not activate the "ask_password" parameter, the users need to log in twice - once on the broker and then on the RDS server. However, they can change their password in this case. On the other hand, if the "ask_password" line is enabled, the password change dialog is not displayed.
akatik
SUPPORT
SUPPORT
Posts: 630
Joined: Mon Jan 17, 2005 6:30 pm
Contact:

Re: Is it possible?

Post by akatik »

Add another "connection" without ask_password. User will choose from menu on every boot "connect as usual" and "connect if password expired":

Code: Select all

connection
displayName=connect as usual
ask_password=on
...
connection
displayName=connect if password expired
ask_password=off
...
Post Reply