Skip to main content

Questions tagged [authentication]

Authentication is the process of recognizing a user's identity

0 votes
0 answers
114 views

I'm very new at this and it's my first attempt developing a plugin for Joomla. I'm currently using J5, and I'm trying to develop a custom authentication plugin. At the end of the code I'm using: $...
Andino's user avatar
  • 13
0 votes
1 answer
61 views

We have a Joomla site and it works smoothly. However, we need to implement SSO and we have a #__sso_identities table too, which we would like to check for. Current algorithm (pseudo-code) if user is ...
Lajos Arpad's user avatar
2 votes
3 answers
1k views

I am developing a mobile app that needs to authenticate users with a Joomla 4 site. I want to use the official Joomla REST API to do this, but I couldn’t find any information about how to authenticate ...
Hesam Mohseni's user avatar
2 votes
1 answer
145 views

I think I have to write a custom plugin for this, but just for exhaustion, is this already possible? Or anyone knows a plugin that can do it?
Olle Härstedt's user avatar
1 vote
1 answer
96 views

When trying to activate MFA a user who tries to login is first 303 redirected to the page where he should go after login (setup in the login menu item) then 307 redirected to home with this url /...
maidan's user avatar
  • 463
3 votes
2 answers
406 views

We have a custom login plugin which extends the CMSPlugin. I am trying to register the Class of the plugin inside a module but the following scenarios occur. Case 1 JLoader::register('...
anthi_p's user avatar
  • 77
1 vote
0 answers
131 views

Not so much a question as a review request. I am currently working on an app which needs to authenticate a user against an existing Joomla database which I have access to. As the password field in the ...
oldgit's user avatar
  • 11
1 vote
2 answers
304 views

I have created a "custom" authentication plugin and inside of it there is a function (onAjaxMyfunction) that is called from a module through com_ajax. The call "url" looks like ...
anthi_p's user avatar
  • 77
0 votes
1 answer
160 views

I need to create a "login using steam button" for a website using Joomla, from my research I can gather up that using OAuth no longer works for Steam, so I'll have to create a custom ...
gabriel0369's user avatar
1 vote
0 answers
448 views

Is there an example of code working with the OAuth2 class in Joomla (Joomla 4)? How to use this class? I'm trying to use Joomla native way, but don't see any useful example.
Sergey Tolkachyov's user avatar
4 votes
1 answer
119 views

I had enabled "two factor authentication" on a site with the Google Authentication Plugin, but discovered that an old administrator was still logging in to the admin. It turns out that if ...
Piero Marsilio's user avatar
1 vote
2 answers
118 views

I have made a custom login plugin for Joomla 3 and now for Joomla 4. However, in Joomla 4, the login works as it should, but it generates a stack dump in the error log: [Mon Jun 06 10:13:58.034860 ...
Bas van den Dikkenberg's user avatar
0 votes
0 answers
213 views

I am new to joomla, and working on joomla application which is currently running on production environment. Application contains 1000+ registered users. As per GDPR Policy, I have requirement for ...
Akoli's user avatar
  • 1
1 vote
0 answers
144 views

**<?php /** * @package Joomla.Site * @subpackage Templates.bdcp * * @copyright Copyright (C) 2005 - 2020 All rights reserved. * @license GNU General Public License version 2 or ...
Michele's user avatar
  • 11
1 vote
0 answers
452 views

My site on Joomla 3.9.3 is working well but since last week no one admin user can log in. There are no errors, the login form just refreshes after any submission. I've tried to rewrite Joomla core ...
algeron's user avatar
  • 11

15 30 50 per page