Re: Applying authentication/authorization for some non-moodle static HTML-pages
by Alexander Lebeth. Thanks! Your solution is easy and works great!
View ArticleRe: Email Notification for each course enrollment
by Nidhi Tiwari. Hi,I have put the code in ajax,php. Can any one help me to complete this code :function custom_send_mail($to_email_id,$sender_email_id,$subject,$title,$body){$mail = get_mailer();...
View ArticleRe: Email Notification for each course enrollment
by Nidhi Tiwari. Hi Nishant,I found the solution.Add below code in /enrol/manual/ajax.php before echo json_encode($outcome);require_once($CFG->libdir.'/moodlelib.php');$body = "You have been...
View ArticleRe: Email Notification for each course enrollment
by Nishant Pandya. Hey Nidhi Tiwari. Thanks. Thanks a ton. You have solved my issue. Really I am happy that someone who solved my issue.And I feel that this is a bug on moodle & I think this code...
View ArticleRe: Email Notification for each course enrollment
by Mauro Villoldo. Hi Nidhi Tiwari !The code you have provided worked as expected !!!thank you very much!!!!Case closed! :PThanks!!!!!
View ArticleRe: Email Notification for each course enrollment
by rabin sk. Hi Nidhi,Thanks a lot for this solution .
View Articleenabling auth plugin causes session timeout error for users logging in...
by Alan Zaitchik. I am seeing something strange with an authentication plugin I wrote and which has worked fine until now, even with Moodle 2.9 systems. When I enable the plugin then even if I try to...
View ArticleRe: CAS SSO and logging out
by Atif Rasheed. Hi, any update on this? as Moodle still doesn't support Single-Sign-Out.If I signout from CAS, my session in Moodle doesn't terminate.
View ArticleRe: CAS SSO and logging out
by Dave Perry. My guess is, that when you use CAS to create a moodle session, moodle doesn't care if your CAS session is a minute from expiring or you're going to logout of it. Its sole concern is 'is...
View ArticleRe: CAS SSO and logging out
by Atif Rasheed. I think there is a solution to it and people have made it working for them. It makes sense and I will also try it out...
View ArticleRe: LDAP Email missing, moodle default account values
by Paul L. I tried the 'unlock if empty' work around for missing emails. Moodle tries to send an email confirmation whenever a user updates their email address, unfortunately our moodle instance does...
View ArticleRe: LDAP Email missing, moodle default account values
by Emma Richardson. Yes, you can turn off the email verification in Site Admin/Security/Site Policies
View ArticleIssue in sending mails from moodle 2.8.5
by Hemamalini K R. Installed Moodle 2.8.5 . SMTP Configuration done. Provided SMTP Hosts, User and password. Checked the values in mdl_config table for stmphosts and supportemail. Cleared Purges. But...
View ArticleCustom Field Case Sensitive
by Gary Lynch. Hi AllIs there a way to make custom fields case/numerically sensitive?ie i want a user to input 2 uppercase letters 6 numbers then 1 uppercase letter.regards Gary
View ArticleRe: Issue in sending mails from moodle 2.8.5
by Jamie Kramer. I am not familiar with the specific email service you are using, but the part that sticks out to me in the debug messages is: "Unrecognized authentication type"I recommend first...
View ArticleRe: LDAP Email missing, moodle default account values
by Paul L. Thanks Emma, that did the trick.
View ArticleRe: authentication
by Emma Richardson. What do you mean - how long it actually takes them to login?
View ArticleSend different link for registration for Teachers, Tutors and Students
by Nikos Kokkinis. Hello,I have a moodle site and i want to teachers, tutor and students could register by a different link that i will send to them. But the teachers register as a teacher (role),...
View ArticleRe: authentication
by Manish Kumar. Hi , There are many ways to do authentication for any user. The best way will be email based self registration where every user has to register himself by creating his username and...
View ArticleRe: Send different link for registration for Teachers, Tutors and Students
by Emma Richardson. 1. There are two steps here - authentication and enrolment. Authentication is how people set up their accounts with the website. See the documentation on how you want to set...
View Article