Openvpn RUTM11 doesnt allow me to input login/password

When using openvpn on RUTM11, Firmware: RUTM_R_00.07.14 , it doesnt allow me to configure credentials (login and password) if i upload the config, only if i do it manually, having to configure all endpoints and etc.
Before it was way easier to do that. did it change or is it a bug ?

Hello,

To specify security credentials (username and password) when using an OpenVPN client configuration file, you’ll need to enable the parsing option during the file upload. When you upload the client’s .ovpn configuration file, select the Enable parsing toggle to On. This way, if the auth-user-pass directive is present in the client’s configuration file, the Username and Password fields should then appear under the OpenVPN client’s security configuration section.

Alternatively, you can specify a username and password by adding these lines to the VPN client’s configuration file:

<auth-user-pass>
username_here
password_here
</auth-user-pass>

If you have any additional questions, feel free to reach out.

Best regards,