Hotspot user page

Hi . Im working on routeros 2.9.7 with freeradius 2 on Centos 6 for authentication. And i want to allow a user to change his pasword as he wants. I dont know how to do it. PLeaz help. It’s for my internship. thanks

You might upgrade that version a bit. V2.9.7 is a little old.

The user/password data is stored in the radius database on the server. You will probably need to interface with the database there. Scripts on the router will not do it. I use PHP and MySQL to modify my radius database.