- Moodle Administration Essentials
- Gavin Henrick Karen Holland
- 459字
- 2021-07-16 13:41:45
Creating users
To create a user in Moodle:
- Log in as an administrator level user account.
- Access the user management options in the Administration block under Site administration | Users | Accounts.
- Click on Add a new user. This brings up the following page:
- To fill in the Username, use the person's first name and last name with no spaces and all in lowercase for the username.
- The username column must be all lowercase using letters, numbers, and any of the following characters: hyphen "
-
", underscore "_
", period ".
", or an at character "@
". - If you are creating an account for a user with external authentication, then select the relevant option for the Authentication method, otherwise leave the Authentication method to
Manual
Accounts
.Tip
External authentication is where Moodle connects to a different system, such as Microsoft Active Directory, to authenticate the users. There are a number of such systems supported by Moodle.
- Create a secure password for the user and enter it into the New password field.
Note
Passwords must adhere to the password policy in Moodle, configured in site policies section, which by default include one uppercase letter, one lowercase letter, one number, and one non-alphanumeric. It must be at least eight characters long.
- Enter their first name into the First name field.
- Enter their Surname into the Surname field.
- Enter their e-mail into the Email address field.
- Select the preference for the Email digest type setting which are as follows:
- No digest (single email per forum post).
- Complete (daily email with full posts) (that is all content).
- Subjects (daily email with subjects only) (recommended).
- Select the preference for the Forum auto-subscribe setting.
- Yes: when I post, subscribe me to that forum discussion (recommended).
- No: don't automatically subscribe me to forums discussion.
- Enter the text for the user's location in the City/town field.
- Select the correct country under Select a country.
- Select the timezone for the Timezone setting, if you know the user's timezone.
- Select the language in the Preferred language menu if needed.
Tip
There are other user profile fields that can be filled in, but we have only covered what we believe are the most essential here.
- Carefully check all entries to make sure you have no mistakes, such as typos.
- Click on the Create user button to save all changes.
- The new user account is created in Moodle, but as you created the username and password yourself, you will need to give these to the user.
- The account will now be able to log into the site. However, it will not have any permissions yet in any courses, either as a student, course creator, or teacher as this is a separate action.
This area of enrolment is handled later in Chapter 5, Role Management.
推薦閱讀
- The Complete Rust Programming Reference Guide
- Mastering Python High Performance
- Expert Android Programming
- Unity 5.x By Example
- FFmpeg入門(mén)詳解:音視頻原理及應(yīng)用
- Java項(xiàng)目實(shí)戰(zhàn)精編
- Swift語(yǔ)言實(shí)戰(zhàn)晉級(jí)
- Python從入門(mén)到精通(第3版)
- Android系統(tǒng)下Java編程詳解
- 算法秘籍
- Java EE 8 and Angular
- 從零開(kāi)始學(xué)Python大數(shù)據(jù)與量化交易
- Implementing Microsoft Dynamics NAV(Third Edition)
- C語(yǔ)言王者歸來(lái)
- Visual C++程序開(kāi)發(fā)范例寶典