[Building Sakai] Inactivating User via SQL

Matthew Jones matthew at longsight.com
Fri Nov 29 07:43:14 PST 2013


The ability to lock/deactivate a user is only available in Sakai 10.

https://jira.sakaiproject.org/browse/SAK-16499

You could either backport this patch (which adds a new column) or you could
use some other method of deactivating a user (such as adding a appending a
character to the users password which would lock their password, like how
linux adds !! to the front [1]). However if they are able to reset their
password they'd be able to get back in. So you'd have to remove that
ability.

[1]
http://www.thegeekscope.com/how-to-lock-and-unlock-a-user-account-in-linux/


On Fri, Nov 29, 2013 at 7:45 AM, Gabriel Slomka <
gabriel.slomka at puc-campinas.edu.br> wrote:

> Hello there.
>
> I got a simple question witch im having a hard time finding the answer. Is
> it possible to deactivate a user on sakai via Mysql ? Is there a script
> that can do that , having in hand the user EID from SAKAI_USER_ID_MAP ?
>
>
>
>
>
>   THanks alot for any attention !!
>
>
>
>   Best regards, Gabriel Slomka.
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20131129/a14660ab/attachment.html 


More information about the sakai-dev mailing list