Questions tagged [com-users]
The com-users tag has no summary.
11 questions
0 votes
1 answer
20 views
How to detect the 2FA captive state during login?
What is the right way for a page template to detect when the user is in the process of logging in and is currently in the captive state, needing to complete their 2FA challenge? Traditionally, I would ...
0 votes
1 answer
55 views
How can we insert inputs from other table in edit user profile?
I want to insert user data from a third party component in "Edit user profile". The component Events Booking has a table #__eb_registrants and also user_id from com_users (good tho match the ...
0 votes
1 answer
61 views
Joomla 5 Grant access to Users > Action Logs to "Administrator" group
I should grant access to Users > Action Logs to the Administrator group in Joomla 5. Administrators should be able to access this screen: I have wandered for hours all around permission sections ...
1 vote
0 answers
238 views
Passwordless login on Joomla 5
Is it possible to set up passwordless login on Joomla 5? This excellent article by Nicholas Dionysopoulos explains how to do it in Joomla 4. In that case,the user still had to enter his/her username. ...
3 votes
1 answer
593 views
Joomla login module Ajax Request
Is it possible to login the user in frontend through Ajax request and without all this redirecting? I am using the joomla login module and trying to extend it but so far no results. I have this js <...
1 vote
0 answers
45 views
Import COM-USERS via JOOMLA Community Builder - Python Script
I have a JOOMLA 3 system with Community Builder plugin. I need to update Users from a CSV file regurarly from a script. Here is the code I have tried: if __name__ == "__main__": s = ...
0 votes
1 answer
152 views
Joomla - User Custom Fields (Required for user on frontend, but not required on backend)
I am using custom fields in the user section. I am needing to set this required for the front-end users when they are editing their profile, etc. This is working as intended, however, I am needing a ...
0 votes
1 answer
248 views
How to customize Joomla registration form?
How to create proper override folder for com_user? Apparently, simply copying it to template/html folder doesn't work What is displayed on registration page is largely controlled by the .xml file, can ...
2 votes
2 answers
233 views
Language Constant Not Displaying in External Script
Joomla 3.9.14 I have an external application that uses the script below, allowing users to register as a user on my Joomla site. It all appears to be working apart from error displaying. My code is ...
1 vote
1 answer
144 views
Custom fields not for all usergroups
I'm triing to use custom fields in users for personal details on members of a group, but I've got some "system" users that don't have these details. But everytime I want to edit these users I'm nagged ...
0 votes
1 answer
140 views
Prefill new user registration fields in the backend by URL
Hey I want to prefill in new user details by setting the parameters in a link. I am talking about the default Joomla User Manager in the BACKEND and then clicked on new user. So this link, ...