Jump to moodle
by Italo Vergara Colombo. Thank you dear, indeed, I used a plugin from the list and I was able to make the jump without problem. Greetings and grateful
View ArticleJump to moodle
by Justin Hunt. There is a whole category of authentication plugins that can help:https://moodle.org/plugins/browse.php?list=category&id=21
View ArticleJump to moodle
by Italo Vergara Colombo. Dear All, Very good morning. I would like to comment on a situation and ask a question. I currently have a system in which various people log in. My intention is that, from...
View ArticleSuspending accounts via CAS/LDAP
by Eduardo Domínguez Vázquez. Unfortunately, I've seen that the suspended attribute can be set in authsettingldap but not in authsettingcas. I'll ask if CAS can be improved to share the same...
View ArticleSuspending accounts via CAS/LDAP
by Eduardo Domínguez Vázquez. Good point, Leon.I'll ask the LDAP admin if it's possible to use this attribute so the patch can be useful for us.Thanks!
View ArticleHow can I get number of affected rows when querying the DB?
by tim st.clair. You might be able to infer some of the data from the database itself, for instance in mariadb you could query the performance_schema SELECT DIGEST_TEXT, COUNT_STAR AS exec_count FROM...
View ArticleEasiest way to run local test or development sites on macOS
by Petr Skoda. Are you talking about my grunt instructions?I have a node-init bash script to do the set up magic inside my containers.
View ArticleSuspending accounts via CAS/LDAP
by Leon Stringer. We change the value to "Suspend internal" in some specific dates to block the access to some users (unpaid, identities not validated, etc.) and after al LDAP sync, we set it to "Keep...
View ArticleEasiest way to run local test or development sites on macOS
by tim st.clair. Will have to check this out. I've been minimally using orbstack just with docker-compose, and fiddling with this and that as I go. For running grunt tasks in moodle 5 development,...
View ArticleSuspending accounts via CAS/LDAP
by Jordi Pujol-Ahulló. Hi Eduardo!Nice to read that you have found a good workaround for you and your institution, with that cron job. Good "job"And yes, I forgot about also changing the user's auth...
View ArticleSuspending accounts via CAS/LDAP
by Eduardo Domínguez Vázquez. Hi, Jordi. Thanks for your answer.I'll check how works the "merge user" plugin.Now, if an admin suspends a user and removeuser = Suspended internal this users is revived...
View ArticleSuspending accounts via CAS/LDAP
by Jordi Pujol-Ahulló. Hi Eduardo,Your issue is very interesting.I have in mind several reasons a given user may be suspended (temporarily or not), like:Suspended by the merge users plugin.Suspended...
View ArticleSuspending accounts via CAS/LDAP
by Eduardo Domínguez Vázquez. Hi. I'd like to know your opinion about how works suspending and reviving accounts via CAS/LDAP authentication systems. There are three possible values for the parameter...
View ArticleCustom form elements but no custom template?
by Arkadiusz Malkowski. Hi,I read the documentation "MoodleQuickForm::registerElementTyp"but I don't understand why it can't use my template element.The topic is...
View ArticleUseful Moodle LMS resources: Security, Privacy, Accessibility, and Moot videos
by Petr Skoda. The security whitepaper overlooks a serious design limitation in Moodle: users with editing teachers role are allowed to use/upload arbitrary Javascript. See Moodle security design...
View ArticleUseful Moodle LMS resources: Security, Privacy, Accessibility, and Moot videos
by Matt Porritt. Hi Everyone,I wanted to share a few resources that you (and your wider organisations) might find useful. While these aren’t purely developer-focused, they’re practical, clearly...
View ArticleHow can I get number of affected rows when querying the DB?
by Tim Hunt. You are correct. We had to hack some core code to get this in one place where we really needed it, but mostly, you don't actually need it.
View ArticleHow can I get number of affected rows when querying the DB?
by Howard Miller. I don't think you can. The underlying ADODB library has affected_rows() but the Moodle layer on top doesn't appear to expose it. You would need to do a separate count_records() or...
View ArticleHow can I get number of affected rows when querying the DB?
by Evgeniy Grishenko. How can I get number of affected rows when querying the DB by methods update_records, delete_records, execute etc?
View ArticleJoin our Tech transformation Product Advisory Group
by Adrian Greeve. Hi Petr, Thanks for your reply. It’s great to hear your interest in the transformation work, and that you’re already thinking about other contributions such as hooks related to...
View Article