Difference between revisions of "Allow users to register"

From Dreamwidth Notes
Jump to: navigation, search
(New page: In order to allow users to register, you will have to edit this file: vi htdocs/create.bml Look for this line: return "<?h1 Sorry! h1?><?p This site is not yet open for business. :-)...)
 
m
Line 13: Line 13:
 
Save and quit (:wq) and your installation should now allow user creation.
 
Save and quit (:wq) and your installation should now allow user creation.
  
[[Category: Installation]]
+
[[Category: Dreamwidth Installation]]

Revision as of 05:30, 8 September 2008

In order to allow users to register, you will have to edit this file:

vi htdocs/create.bml

Look for this line:

return "<?h1 Sorry! h1?><?p This site is not yet open for business.  :-) p?>";

And put a # in front of it:

 #return "<?h1 Sorry! h1?><?p This site is not yet open for business.  :-) p?>";

Save and quit (:wq) and your installation should now allow user creation.