i created a scurity model but when i launch the login form and try to login it doesnt respond.
with {SC_FIELD_INFO_Links} appearing on the form.
Hello, @bush
You need to click the “Check” button, probably the options: SC_FIELD_INFO_remember_me, SC_FIELD_INFO_new_user and SC_FIELD_INFO_retrieve_pswd were not configured in the login template. Just add it to the login template.
NOTE: Just remove {SC_FIELD_INFO_Links} from the html template and add the options that were displayed in the “Check” button
In the html template, just remove the tag “{SC_FIELD_INFO_Links}” and add the tags:
{SC_FIELD_INFO_new_user}
{SC_FIELD_INFO_retrieve_pswd}
1 Like
this works perfectly, thanks.
thanks so much for the fix, problem solved