Self-registration - but only if we accept the request
by Alex Legg. Hi all,Has anyone thought of this or know of anyone implementing it?The idea is to allow people to register to the site, but not have access until we've accepted their registration (so...
View ArticleRe: Self-registration - but only if we accept the request
by Tim Hunt. You mean, like https://moodle.org/plugins/view/auth_emailadmin ?
View ArticleRe: Self-registration - but only if we accept the request
by Alex Legg. That's the one :DDDD Much appreciated!
View ArticleRe: Show "Invalid login, please try again" on custom login page
by Robin Leung. Hi Emma,I'm trying to do the same. Have you figured it out?Thanks,Robin
View ArticleHow to let all the users to reconfirm their email addresses?
by Frankle Lee 李智高. Because I need their detail information precisely, so I used upload user to uploaded about 2000 students in once with detail information.But I don't have their email addressed so I...
View ArticleRe: Moodle 2.8 ldap AD CLI sync error
by Mike Halverson. JonathanI'm having the same issue. What did you increase your memory limit to and where/how did you increase the memory limit? Thanks for taking the time to explain this.
View ArticleRe: Moodle 2.8 ldap AD CLI sync error
by Mike Halverson. JonathanI was able to figure out that I needed to increase my memory from 128 to 256 in the php.iniThanks
View ArticleMoodle + Internet + LDAP + Security
by Scott B. HI All,Is it safe enough to put a moodle server on the internet with LDAP logins? Setting up the firewall to forward traffic to the moodle server and then to the LDAP Server? Would it be...
View ArticleRe: Two step authentication with Google Authenticator
by James McLean. That's along the lines of what we have implemented, the only stumbling block at the moment is the ability for users to set up their own two-factor authentication. At the moment it...
View ArticleRe: Moodle + Internet + LDAP + Security
by David Perry. We used to have our moodle server in a DMZ, and the firewall had mappings from a DMZ IP address to 2 LDAP servers within our internal network. And that was fine.We did have HTTPS on...
View ArticleHelp with Moodle + CAS + LDAP
by Sdweb Soluciones Digitales. Hi everyone! I have a Jasig CAS working against my LDAP, and some Moodle users that are using CAS authentication. Everything seems to work fine, I can log in Moodle...
View ArticleAdd informations to an article of this site about NTLM
by Nicolas Le Turluer. Hello,I had one problem to correctly configure the SSO on my Red Hat Enterprise 6.6 in using this documentation :...
View ArticleTrying to enable authentication type
by Tom Palaz. We're using Moodle 2.8.5 and I'm having a hard time enabling an authentication type. I click on the eye to enable CAS, for example, and it cycles me back to the page and CAS is still...
View ArticleRe: Trying to enable authentication type
by Emma Richardson. Trying clearing out your caches and see if that helps. Also, check permissions on your moodle code folder - make sure it is set recursively.
View ArticleRe: Add informations to an article of this site about NTLM
by Vani Bheemreddy. HiI am planning to setup SSO on my moodle site (v2.6, apache v2.2 and moodle site is on internet ), and as a start, I would want to decide on the type of SSO to go for. But I am...
View ArticleRe: Ats.: Password reset email never arrives
by Marc McLain. Here's what fixed our problem (Moodle 2.7)In the config.php there is a line of code:$CFG->noemailever that was set to true. Once we commented this line of code out (or set the...
View ArticleRe: Forgot Password Not Working
by Marc McLain. Here's what fixed our problem (Moodle 2.7)In the config.php there is a line of code:$CFG->noemailever that was set to true. Once we commented this line of code out (or set the...
View ArticleRe: Help with Moodle + CAS + LDAP
by Iñaki Arenaza. Hi,I'm not really sure which way you expect Moodle to refresh things. Do you expect Moodle to update user details like first name, last name, email, etc? Or are you talking about...
View ArticleRe: Trying to enable authentication type
by Tom Palaz. Thanks for your help. I tried purging moodle cache and made sure permissions were correct but I still had the issue. I ended up reinstalling moodle since this is a test server and all is...
View ArticleRe: Trying to enable authentication type
by Emma Richardson. Glad you were able to fix it.
View Article