Firmware version RUT9_R_00.07.05

RUT 955 and 956

How to use user_pass to mobile SMS gateway earlier firmware works fine but this want now lowercase letter too

Hello,

In older firmware versions, there were no password restrictions on the SMS POST/GET functionality. However, allowing weak passwords is not a secure practice. As a result, in the newer firmware version, an important change has been made: users are now required to use stronger, more secure passwords.

While it is still technically possible to change the password to a less secure one through the CLI/SSH, it is strongly discouraged. If there is an absolute necessity to make this change, it can be done, but it is not recommended:

#generate a new password where 'pass1' is your actual password:
openssl passwd -6 -salt abcd pass1
# Take the hash of the password from the output of the previous command and modify the password field in the configuration:
vi /etc/config/post_get
/etc/init.d/sms_utils restart

Kind Regards,

This topic was automatically closed after 15 days. New replies are no longer allowed.