Difference between revisions of "Freeside:3:Documentation:Developer/bin/freeside-adduser"

From Freeside
Jump to: navigation, search
m (Edit via perl MediaWiki framework (1.13))
m (Edit via perl MediaWiki framework (1.13))
 
Line 4: Line 4:
 
==SYNOPSIS==
 
==SYNOPSIS==
 
<code>
 
<code>
   freeside-adduser [ -g groupnum ] username [ password ]
+
   freeside-adduser [ -n ] [ -s ] [ -g groupnum ] username [ password ]
 
</code>
 
</code>
 
==DESCRIPTION==
 
==DESCRIPTION==
Line 13: Line 13:
 
<code>
 
<code>
 
   -g: initial groupnum
 
   -g: initial groupnum
 +
 +
  Development/multi-DB options:
 +
 +
  -s: alternate secrets file
 +
 +
  -n: no ACL added, for bootstrapping
 
</code>
 
</code>
 +
==NOTE==
 +
No explicit htpasswd options are available in 1.7 - passwords are now maintained automatically.
 +
 
==SEE ALSO==
 
==SEE ALSO==
 
Base Freeside documentation
 
Base Freeside documentation

Latest revision as of 11:14, 10 April 2015

NAME

freeside-adduser - Command line interface to add (freeside) users.

SYNOPSIS

 freeside-adduser [ -n ] [ -s ] [ -g groupnum ] username [ password ]

DESCRIPTION

Adds a user to the Freeside billing system. This is for adding users (internal sales/tech folks) to the web interface, not for adding customer accounts.

This functionality is now available in the web interface as well, under Configuration | Employees | View/Edit employees.

 -g: initial groupnum

 Development/multi-DB options:

 -s: alternate secrets file

 -n: no ACL added, for bootstrapping

NOTE

No explicit htpasswd options are available in 1.7 - passwords are now maintained automatically.

SEE ALSO

Base Freeside documentation