DataJoint has a password setting function in the source code, but intentionally removed this from documentation. Our tutorial will need to bridge this gap if users are to set their own passwords
import datajoint as dj
dj.conn() # using existing pass
dj.admin.set_password() # follow prompts
DataJoint has a password setting function in the source code, but intentionally removed this from documentation. Our tutorial will need to bridge this gap if users are to set their own passwords