Api/auth.useradd(): Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 September 2024

  • curprev 23:1023:10, 24 September 2024Shorun talk contribs 470 bytes +470 Created page with "this api is part of the auth client side package and is used to create new users on the rednet network '''usage:''' auth.useradd(username, password, ADM) '''output:''' creates a new user with username and password, if ADM is provided as a string this user will be an admin. eg: auth.useradd("foo", "bar") creates a user with the name foo and password bar auth.useradd("foo", "bar", "ADM") creates an admin user with the name foo and password bar" Tag: Visual edit