Re: LDAP Synchronization Speed
by Nathan Stevenson. Tested the user account, so you can. Something learned. Due to workflows I can't modify I still need the accounts created before the users log in for the first time, but it's good...
View ArticleRe: Wordpress to moodle 3.1 single signon
by Guido Hornig. I remeber some problems caused by server issues.I found a hack to solv my issue, ma be it helps...
View ArticleMoodle giving app_not_configured_for_user error. Google SSO, SAML
by Abdelalim Hassouna. HiI'm trying to let users connect to my Moodle site using Google Apps & SAML2. I've set up SAML2 plugin to auto create accounts if new credentials were provided. The problem...
View ArticleRe: Two step authentication with Google Authenticator
by Sven Laudel. Hello James,maybe you missed my question. Did you make any progress on publishing your changes to moodle?I really would like to implement 2 step authentication in our...
View ArticleRe: Email Notification for each course enrollment
by Vladislav K. Hi, Nidhi!Thank you for this code, but it sends me 2 messages instead of 1.One of them is "The text of the message" and second with $body content.My Moodle version is Moodle 3.1.2+...
View ArticleRe: LDAP Synchronization Speed
by Nathan Stevenson. Update to this: I tested the sync on both our sandbox server with MoodleRooms and a private server on my desktop. In both instances I was getting sync times in the minutes....
View ArticleChange email text for student account locked out
by Leticia Dark-rose. Hi,I would like to edit the email sent to a student once they have been locked out (i.e. incorrect log in over tries allowed).The text currently says (xx refer to sensitive...
View ArticleRe: Change email text for student account locked out
by Helen Foster. Hi Leticia,You can change the text using Language customisation. The string is lockoutemailbody in admin.php.
View ArticleRe: Moodle giving app_not_configured_for_user error. Google SSO, SAML
by Zetrix Zerkani. Just in case someone has the same problem in the future.I found out that the problem was mainly my fault but Google help support team pointed out another reason for the...
View ArticleRe: Change email text for student account locked out
by Leticia Dark-rose. Hi Helen,Thank you, what a quick response Leticia
View ArticleRe: Change email text for student account locked out
by Leticia Dark-rose. Helen posted....You can change the text using Language customisation. The string is lockoutemailbody in admin.php.Thanks again
View ArticleRe: Change email text for student account locked out
by Leticia Dark-rose. Hi Helen,Is there a way to let students know on the login page that they have been locked out?ThanksLeticia
View ArticleRe: LDAP Synchronization Speed
by Iñaki Arenaza. Is you LDAP server in a completely different network location than your Moodle server?If this is so, network latency could make a huge impact in synchronization times. For the sake...
View ArticleHow to make LDAP sync task to sync users based on custom field
by Damian Kaliszan. Hi,I'm not sure if it's too technical/detailed question but I'll try...This questions touches sync task and file auth.php and function called sync_users().There's a section...
View ArticleRe: How to make LDAP sync task to sync users based on custom field
by John Okely. Hi Damian, sorry to sidestep the question, but you may be interested in https://tracker.moodle.org/browse/MDL-40613 which has a patch implementing this. Then you won't have to do the...
View ArticleRe: How to make LDAP sync task to sync users based on custom field
by Olumuyiwa Taiwo. If I'm not mistaken, this is the same as discussed at https://moodle.org/mod/forum/discuss.php?d=339718.I explained the cause in my first comment -...
View ArticleRe: How to use multiple LDAP servers with Moodle 1.8
by Iñaki Arenaza. Hi Saravanan, the error is probably due to the PHP command line interface configuration (php.ini) being different than your PHP web server module configuration (they sometimes use...
View ArticleHow do I check the moodle password from an external script
by Semi Makala. I'm trying to check the moodle stored passwords in mdl_user table from an external script. From what I see, md5 or sha1() do not work for that purpose. I need to be able to get the...
View ArticleRe: How to use multiple LDAP servers with Moodle 1.8
by Michael Lynn. Hi Iñaki,Just to let you know that ldap-clones-patch-scriptv16_27+.zip works perfectly with Totara 2.7.6 (Moodle 2.7.9). Thank you!Regards,Michael.
View Article