Difference between revisions of "Assign Owner from the Company Signup Page"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 
If you include a hidden variable in the signup page called '''assignmeasowner'''
 
If you include a hidden variable in the signup page called '''assignmeasowner'''
 
Example:  
 
Example:  
  <input type=hidden name=assignmeasowner value=1>”)
+
  <input type=hidden name=assignmeasowner value=1>
  
 
The system will assign the person who creates the company to be the owner (including [[External|external]] [[User|users]])
 
The system will assign the person who creates the company to be the owner (including [[External|external]] [[User|users]])
  
 
[[Category:Sign-Up Features]]
 
[[Category:Sign-Up Features]]

Revision as of 11:39, 12 June 2009

If you include a hidden variable in the signup page called assignmeasowner Example:

<input type=hidden name=assignmeasowner value=1>

The system will assign the person who creates the company to be the owner (including external users)