Differences between revisions 12 and 23 (spanning 11 versions)
Revision 12 as of 2011-09-06 03:07:46
Size: 1362
Editor: JohnHurst
Comment: expand on instructions
Revision 23 as of 2019-07-15 06:58:18
Size: 1803
Editor: DavidMorgan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl DavidMorgan:read,write All:read #acl All:read
Line 3: Line 3:
= Create a Username and Password for Yourself = = Create a New User Account for ThePsalter =
Line 5: Line 5:
You will need to do this to access certain of the pages in this wiki. You need a valid account to access some of the pages in this wiki.
Line 7: Line 7:
## 1. Go to the [[http://www.ajh.id.au/ggg/GrowingGenerousGivers?action=newaccount|Create Account|target="_blank"]] page.
## a. This will open in a new window, so move it so that you can see these instructions.
## 1. Fill in the details, and then click 'Create Profile'.
## a. Make sure you write your name in the style FirstnameLastname, with capital letters and no space.
Unfortunately, due to numerous spam attacks, we have had to disable making a new account yourself. What you need to do is:
  1. Send an email to [email protected] with Subject "New Wiki Account (Your Name)" - mail body not needed
  1. We will create an account for you and send you the password.
  1. When you receive the password, click on the 'Login' button at the top of the page to validate yourself.
     a. Enter your username and password
     a. You should do this every time you visit any of these wiki pages.
     a. Most browsers will allow you to remember your details automatically. Click "yes" if you are asked whether you want the username and password saved. (Warning: only do this if you are using a private computer!)
  1. Once you have familiarized yourself with the wiki page, click on the 'Settings' link and then 'Change Password' to change your password. You should do this since the password sent to you is not secure.
Line 12: Line 16:
Due to spam attackes, we have had to disable making a new account.
   1. Send an email to [email protected] with Subject "New Wiki Account (Your Name)" - mail body not needed
   1. I will create an account for you and send you the password.
   1. When you receive the password, click on the 'Login' button at the top of the page to validate yourself.
    a. Enter your username and password
    a. You should do this every time you visit any of these wiki pages.
    a. Most browsers will allow you to remember your details automatically. Click "yes" if you are asked whether you want the username and password saved. (Warning: only do this if you are using a private computer!)
You can also visit the HelpOnLogin page for help on logging in once you have an account.
Line 20: Line 18:
You can also visit the HelpOnLogin page for more help. ''Note to superusers: to create a new account from the command line, use this form
{{{
[sudo bash]
cd /var/wiki/share/moin/server
./moin --config-dir=/var/wiki/share/moin/server --wiki-url=http://wiki.gwuc.org.au/gwuc/ account create --name=<WikiName> --password=<freetext> --alias=<whatever> --email=<whatever>
cd data/user
chown www-data:www-data <userfilejustcreated>
}}}

According to the documentation, the --config-dir defaults to the current directory if omitted, so it is optional - but I prefer to play safe.''
Line 23: Line 30:

----
CategoryWiki

Create a New User Account for ThePsalter

You need a valid account to access some of the pages in this wiki.

Unfortunately, due to numerous spam attacks, we have had to disable making a new account yourself. What you need to do is:

  1. Send an email to [email protected] with Subject "New Wiki Account (Your Name)" - mail body not needed

  2. We will create an account for you and send you the password.
  3. When you receive the password, click on the 'Login' button at the top of the page to validate yourself.
    1. Enter your username and password
    2. You should do this every time you visit any of these wiki pages.
    3. Most browsers will allow you to remember your details automatically. Click "yes" if you are asked whether you want the username and password saved. (Warning: only do this if you are using a private computer!)
  4. Once you have familiarized yourself with the wiki page, click on the 'Settings' link and then 'Change Password' to change your password. You should do this since the password sent to you is not secure.

You can also visit the HelpOnLogin page for help on logging in once you have an account.

Note to superusers: to create a new account from the command line, use this form

[sudo bash]
cd /var/wiki/share/moin/server
./moin --config-dir=/var/wiki/share/moin/server --wiki-url=http://wiki.gwuc.org.au/gwuc/ account create --name=<WikiName> --password=<freetext> --alias=<whatever> --email=<whatever>
cd data/user
chown www-data:www-data <userfilejustcreated>

According to the documentation, the --config-dir defaults to the current directory if omitted, so it is optional - but I prefer to play safe.

This page is also part of the HowToUseTheChurchWiki page.


CategoryWiki

CreateUserAccount (last edited 2019-07-15 06:58:18 by DavidMorgan)