Skip to main content

Questions tagged [com-users]

0 votes
1 answer
20 views

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 ...
John Rix's user avatar
  • 595
0 votes
1 answer
55 views

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 ...
Krumschi's user avatar
0 votes
1 answer
61 views

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 ...
Mario's user avatar
  • 131
1 vote
0 answers
238 views

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. ...
Bruce Button's user avatar
3 votes
1 answer
593 views

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 <...
anthi_p's user avatar
  • 77
1 vote
0 answers
45 views

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 = ...
Gábor Fodor's user avatar
0 votes
1 answer
152 views

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 ...
user2680315's user avatar
0 votes
1 answer
248 views

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 ...
shenkwen's user avatar
  • 1,389
2 votes
2 answers
233 views

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 ...
jonboy's user avatar
  • 3,645
1 vote
1 answer
144 views

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 ...
Johnnydement's user avatar
0 votes
1 answer
140 views

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, ...
purple11111's user avatar