Command Line Admin |
Top Previous Next |
|
An administrator user can use the uf110d admin command line options. Such a user is either root on Linux, or a member of an administrators group on Windows. The following options are supported.
All commands are structured as uf110d admin options
Note that square brackets [] indicate optional arguments and are not part of the syntax.
The options that are available are:
•-setpass "userid" -password "password" •-getpass "userid" •-setemail "userid" -email "email-address" •-getemail "userid" •-getmfa "userid" displays a user's MFA/2FA status: 0 if MFA is off, 1 if MFA is on. •-setmfa "userid" -mfa 1|yes|true or 0|no|false to turn on/off mfa for a user. You can use this to turn off MFA if a user is locked out due to an incorrect email address or an emailing issue within the UnForm server. •-setconfig [-section "sectionname"] -item "itemname" -value "value" [-force] •-getconfig [-section "sectionname"] -item "itemname" •-o filename writes any response to a file. Without this option, results are displayed on screen.
Examples
uf110d admin -getpass amber -o output.txt writes user amber's password to output.txt
uf110d admin -setconfig -item agetmp -value .25 sets agetmp=.25 in the [defaults] section of uf110d.ini
uf110d admin -setconfig -section security -item authkey -value abc123 sets authkey=abc123 in the [security] section of uf110d.ini, and also in the [defaults] section of uf110c.ini.
|