Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Using SSO and Username and Email not showing
(1 viewing) (1) Guest
component
Go to bottomPage: 123
TOPIC: Using SSO and Username and Email not showing
#53521
Using SSO and Username and Email not showing 9 Years, 2 Months ago Karma: 0
I have SSO that I am using for users to be auto logged into the Intranet, I have the quizzes set to no on anonymous access. We use some generi usernames and I need this to be forced to prompt before test with username. I have custom done mine to omit email and they use a drop down box to select location. This worked fine before turning on the SSO. Is there some code I can use to not auto fill this, or make it prompt as before. I have my SSO addon to not fill any form or name or password fields, so this shouldn't be caused from that plugin.
The administrator has disabled public write access.
 
#53522
Re:Using SSO and Username and Email not showing 9 Years, 2 Months ago Karma: 747
Hello,

You can use an original version of the extension to show form with email/name fields for guest users.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53523
Re:Using SSO and Username and Email not showing 9 Years, 2 Months ago Karma: 0
This does not work just overwriting. Also I want to keep the drop down that was created. Can I add some code to block the autofill of this in the plugin.
The administrator has disabled public write access.
 
#53524
Re:Using SSO and Username and Email not showing 9 Years, 2 Months ago Karma: 747
See <joomla_directory>\components\com_ariquiz\views\quizform\guestform\view.html.php file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#53526
Re:Using SSO and Username and Email not showing 9 Years, 2 Months ago Karma: 0
Not sure what I need to comment out or change here, that would pull the cached credentials.

This part maybe

$data['Email'] = AriUtils::getParam($_COOKIE, 'aq_email', '');
$data['UserName'] = AriUtils::getParam($_COOKIE, 'aq_name', '');
The administrator has disabled public write access.
 
#53529
Re:Using SSO and Username and Email not showing 9 Years, 2 Months ago Karma: 747
Yes, comment this code.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123