How does PAM authentication work?
by Adam Morris. I've decided to try and use PAM authentication module and can't get it to work right. The web server reports that call to pam_auth() isn't a recognized function. When I looked it up on...
View ArticleRe: Using Moodle authentication in another web service
by Claus Tøndering. Thank you, Andrea. I'll take a look at it
View ArticleRe: Password Policy for a Subset of Users Only
by Iñaki Arenaza. I'm afraid that's not possible Saludos. Iñaki.
View ArticleRe: How can I limit authentication to existing users?
by Mike Z. Ok, thanks Iñaki - I really appreciate your help on this.If it was my Moodle instance, I'd go ahead with your suggested approach. Unfortunately it is an instance that belongs to a client...
View ArticleRe: Notify Moodle Admin of NEW USER Registration
by ces moce. Hello i m using moodle 2.4 and since i m using this version of moodle i ve trouble withe the email sent after user registration. I m trying to send it to several user. I ve been doing...
View ArticleRe: Adding Mobile Phone Field to Register Form
by Andrea Bicciolo. Hi Ali, you could try using user profile fields: http://docs.moodle.org/24/en/User_profile_fields. When creating a user profile, make sure you select "Display on signup page?" option.
View ArticleRe: How can I limit authentication to existing users?
by Iñaki Arenaza. I'm pretty sure you already know this, but I wonder if they know Moodle 1.9 is in critical security bugfix only mode, and only until Dec. 2013. And after that, they'll be alone in...
View ArticleRe: LDAP Bind user Active Directory Password Reset Permissions
by Steve Bluck. Have you checked the user is listed in the security properties (should show up as having "special permissions") for the domain and on the relevant OU's?
View ArticleRe: Authentication through PayPal Subscription Password Management
by Mike Finney. Just an FYI... we will have one the does all the functionality of the regular Paypal plugin.. but with subscriptions... in the next week. Hopefully this will be helpful to everyone. I...
View ArticleRe: Authentication through PayPal Subscription Password Management
by Derek Chirnside. I've just had the four copies you sent of this post delivered to my intray.Mike, is this being released through the plugins, through GIT or 'other' or it is a commercial...
View ArticleRe: Students initiating registration only via email link
by Andrea Bicciolo. Hi Manu, if you like your users to find themselves already enrolled in courses, they need to be enrolled in some way. If you are not using external authentication back end, such as...
View ArticleRe: Form validation
by Uthayaseelan Sitharthan. Hi, I need to add custom email validation client side (using jquery).How can I implement this and what are the steps need to be followed?As I am beginner , please help me...
View ArticleRe: How can I limit authentication to existing users?
by Robert Brenstein. Should you need to implement this in Moodle 1.9 after all, the following may help: MDL-12604 (option to prevent creation of new accounts even if user authenticates in external...
View ArticleRe: Authentication through PayPal Subscription Password Management
by Mike Finney. I apologize Derek. Wanted to get the word out since I saw so many discussions on it. Forgot that some may also be subscribed to multiple boards on this. On how it will be released, I...
View ArticleRe: WP and Moodle Auth integration changes with Moodle 2.5 release
by Quinn Van Horn. Hello Scott,I am having the same problem with a similar situation. If you find a solution, please post it, and I will do the same if I find a solution.Quinn
View ArticleRe: Students initiating registration only via email link
by Manu Satsangi. Hi Andrea,Thanks for reply. "Upload users" might not work for me as admin will have to assign a login and password for the users.I want people to register "by invitation only". Once...
View ArticleRe: Authentication through PayPal Subscription Password Management
by Mike Finney. OK.. The Paypal Subscription plugin is done. It will allow you to choose between One Time Payment or Subscription. Will also allow you to set one price for initial payment and a...
View ArticleRe: How to integrate Paypal into Moodle
by Mike Finney. OK.. The Paypal Subscription plugin is done. It will allow you to choose between One Time Payment or Subscription. Will also allow you to set one price for initial payment and a...
View ArticleLocked out, how to disable CAS server from auth plugin?
by Adam Morris. Hi, in my imminent wisdom I was playing around with my dev version of Moodle on my laptop at school, setting it up to authenticate against our CAS server. The funny part is that the...
View ArticleRe: Locked out, how to disable CAS server from auth plugin?
by Ken Task. In the DB: mdl_config table auth field set to email.Or one could do same with adding $CFG->auth=email; to config.phpOnce logged on change via Moodle UI. When 'fixed', comment out the...
View Article