I am trying to customize a login for an Actinic website. I want to add a password hint to the login if someone forgets their password. How do I do this with my existing website?
Announcement
Collapse
No announcement yet.
login page
Collapse
X
-
I don't think this is possible to control via Actinic. You can create a custom database on your wesite that lists all the usernames against all the password hints. You would then need some PHP/SQL to pull the correct value from the database.
Sorry I cannot be more specific but that is off the top of my head.
Comment