Jump to content

Recommended Posts

Posted

Hello All, I am looking for a piece of selfhosted software that would be able to reset passwords for the student accounts and that will hide the teacher logins. Is there any pieces of software you would recommend?

 

Thank you!!

Posted (edited)

Use powershell and email. I wrote some code to do this a while ago and have often mentioned it on here. Need to dig it out and dust it off and refractor now. Thats what I would be telling you to do. But I would all so say look at a propper solution for SSPR so that your staff and students are able to reset their own passwords if you can. MIM is free if you use Azure AD!

 

Just had a quick play can connect to an O365 mailbox using the graph API read a message that had come in picked out the details and moved the mail to a subfolder, then its use the detail from the mail and get PowerShell to change the password for the requested user (I have just used a static password but you can use PS to generate a random password) then send a mail back to the requester with the password that has been set. An hours worth of playing and the bones of a PS script is done, you then just secure the mailbox so that only a subset of your users can mail into that mailbox and if you really want you could get PS to check for an attribute on the staff account as a double check valve affair.

Edited by HPlum78

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...