× EXP PassField Plugin - Instruction

Password Field

More
5 years 5 months ago #33140 by leannely
leannely created the topic: Password Field
Can you provide a little more insight into the parameters for entering the password field? Your extension seems great so far, in terms of the parameters it allows me to set! But I am trying to get it to show in the Community Builder Password field, on a user's profile, when they try and change their password.

The name of that field is "password" (the same as what is in the users table). Do I need to add the table name when inputting the password field?

Thank you in advance for any insight you can provide.

Please Log in or Create an account to join the conversation.

More
5 years 5 months ago #33141 by Grusha
Grusha replied the topic: Password Field
Hi Leannely.

You can read full documentation here >>>
Sorry for my English.

Please Log in or Create an account to join the conversation.

More
5 years 5 months ago #33142 by leannely
leannely replied the topic: Password Field
That doesn't explain anything about what to put in the "add the password field" field. I am trying to have your plugin display in a field from a Community Builder profile form. How would I reference that? Do I need to reference the table and the field? Your sample shows #jform_password. I don't know how to formulate the reference for my preferred field.

Thank you in advance.

Please Log in or Create an account to join the conversation.

More
5 years 5 months ago #33143 by leannely
leannely replied the topic: Password Field
Can you please help? I see your instruction/tip:

you can list them with commas
example:input[id^='jform_password'],#jform_password1,#my_id
Note! If you use jQuery library then use # , if not use then without #
by default:input[id^='jform_password']


Do I reference the table? The field that I want to use the validator in is located in the table #_users. The field title is _UE_PASS. How do I reference that in the configuration?

Thank you in advance.

Please Log in or Create an account to join the conversation.

More
5 years 5 months ago #33144 by Grusha
Grusha replied the topic: Password Field
Hi Leannely.

Do I reference the table? The field that I want to use the validator in is located in the table #_users.

No! This "#jform_password" - input field ID, what is input field ID >>>

I am trying to have your plugin display in a field from a Community Builder profile form

Check what is ID in Community Builder profile form for password field and write this ID. You can see any fields ID in source page (win Ctrl + U) or use Firebug.
Attachments:
Sorry for my English.

Please Log in or Create an account to join the conversation.

More
5 years 5 months ago #33145 by leannely
leannely replied the topic: Password Field
Thank you so much. I did that, and had trouble, which is why I posted the question.

Here are screen shots. The ID is password. I have tried it with the value of "password" and "#password" and neither worked.

I have the plugin enabled on my Joomla site.

I cleared the cache on my website, as well as within my browser.

Can you please advise what I could be doing wrong?

Thank you so much in advance.
Attachments:

Please Log in or Create an account to join the conversation.