Hie I am using v6.4 and I am wondering if it’s possible to disable a user in the User-Manager and have a custom error message to tell the user why his account has been disabled? When an account is disabled, by default what error message will he get? Currently getting the user not found error message returned by the router can I change it?
Hi!
I am looking an answer for this question too. My all users have same password as the usernames. Is it possible to change the error message
“user not found”
to
“Invalid password please try again.”
Edit:
I edited the error.txt file and it worked.
change
radius-reply = $(error-orig)
to
radius-reply = Invalid password please try again.
Thanks.