- 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.
推薦閱讀
- AngularJS Web Application Development Blueprints
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Unity 5.x By Example
- H5頁面設計:Mugeda版(微課版)
- Teaching with Google Classroom
- Python機器學習算法與應用
- JSP程序設計實例教程(第2版)
- FPGA嵌入式項目開發實戰
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- MyBatis 3源碼深度解析
- 大學計算機基礎實訓教程
- The Statistics and Calculus with Python Workshop
- ASP.NET Core and Angular 2
- 一覽眾山小:ASP.NET Web開發修行實錄
- PHP 7 Programming Blueprints