Re: What's the best way to remove old users?
by Rosario Carcò. Thanks, this is good to know. I thought have read that this would not be possible any more in Moodle 2.x for which reason I thought the suspend option was introduced.
View Articleldap issues
by Tyrone Knight. Dear all,We have spent a lot of time trying to fix our ldap settings on our new moodle 2.7 setup for trialling moodle.But we can only login using student credentials, and not using...
View ArticleRe: LDAP eDirectory error
by Zachary Blazier. i figured out the users difficulty between 7 and midnight. It was unrelated. I am still getting the same error on every login.
View ArticleRe: ldap issues
by Emma Richardson. I am actually surprised that anyone can log in with this set up. Your contexts do not look correct - I would have though they should be:ou=stu,ou=lan,dc=institution,dc=ac,dc=uk;...
View ArticleRe: ldap issues
by Tyrone Knight. Hi Emma,I shall try these changes, and forward the distinguished name point to our ITS, which should hopefully give them an idea of what i needMany thanksTy
View ArticleUpload Users (and overwrite ID)
by Bruce Wilbee. We are working with a publisher that uses the id for each user to link to external content. We are integrating our Student Management System with Moodle and need to populate the ID...
View ArticleRe: Upload Users (and overwrite ID)
by David Mudrák. Just to clarify, do not use the 'id' field in the 'user' table for that purpose. Consider it as the internal implementation detail of your database. Instead, when integrating with...
View Articlefunction loginpage_hook()
by Hiren Bhut. function loginpage_hook() { global $frm; // can be used to override submitted login form global $user; // can be used to replace authenticate_user_login() $_POST["username"] =...
View ArticleRe: Single sign on with external site cookie
by Hiren Bhut. function loginpage_hook() { global $frm; // can be used to override submitted login form global $user; // can be used to replace authenticate_user_login() $_POST["username"] =...
View ArticleRe: Single sign on with external site cookie
by Hiren Bhut. function loginpage_hook() { global $frm; // can be used to override submitted login form global $user; // can be used to replace authenticate_user_login() $_POST["username"] =...
View ArticleRe: Single sign on with external site cookie
by Hiren Bhut. function loginpage_hook() { global $frm; // can be used to override submitted login form global $user; // can be used to replace authenticate_user_login() $_POST["username"] =...
View ArticleRe: Single sign on with external site cookie
by Hiren Bhut. function loginpage_hook() { global $frm; // can be used to override submitted login form global $user; // can be used to replace authenticate_user_login() $_POST["username"] =...
View ArticleRe: How to change custom login URL?
by Hiren Bhut. hi Grant Swaimsimple add this line in moodle/config.php$CFG->alternateloginurl = 'your login link';
View ArticleRe: Upload Users (and overwrite ID)
by Bruce Wilbee. I understand what you are saying, there are specific reasons why that will not work for us.
View ArticleRe: Oauth2: LinkedIn, doesn't show on login page (2.7)
by Frances Angulo. This worked perfectly! I was able to add it to: theme/elegance/login/login.php
View ArticleRe: Oauth2 to login on the front page
by Kevin Bruton. I haven't tried anything with respect to your second question.With regard to your first question: you have to disable the login button in the plugin's configuration. Then you have to...
View ArticleAuthentication Plugin - Deny Access to Users Based upon Role (non-pay)
by Pat Soileau. Greetings!I'm at a small state-owned college in South Louisiana which currently runs Moodle version 2.2.2.Whenever Moodle users owe the university money, we'd like to block their...
View ArticleSQL statement assistance - how to update field with same value from another...
by Jerry Lau. Hello,We are on RHEL 6.5, MySQL 5.1.7 & PHP 5.3.3 and running moodle 2.6.4+Table: mdl_user;We would like to populate the "idnumber" field with the same value in the "username" field...
View Article