<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/34/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eccentricon</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/34/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eccentricon"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/Special:Contributions/Eccentricon"/>
	<updated>2026-04-19T06:37:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=Authentication_FAQ&amp;diff=106754</id>
		<title>Authentication FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=Authentication_FAQ&amp;diff=106754"/>
		<updated>2013-10-03T17:46:35Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: /* How can I allow users to bypass NTML SSO? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Authentication}}&lt;br /&gt;
==What is an authentication plugin?==&lt;br /&gt;
&lt;br /&gt;
An authentication plugin is a method of handling user authentication i.e. enabling certain people to login to your Moodle site.&lt;br /&gt;
&lt;br /&gt;
==How do I enable the &amp;quot;Create new account&amp;quot; button on the login page?==&lt;br /&gt;
&lt;br /&gt;
To display the &amp;quot;Is this your first time here?&amp;quot; instructions and the &amp;quot;Create new account&amp;quot; button:&lt;br /&gt;
&lt;br /&gt;
# Make sure that the [[Email-based self-registration|email-based self-registration plugin]] (or any other plugin that can support self-registration, such as LDAP) is enabled in &#039;&#039; Settings&amp;gt;Site administration &amp;gt; Plugins &amp;gt; Authentication &amp;gt; [[Manage authentication]]&#039;&#039;.&lt;br /&gt;
# Select the self-registration plugin in the Common  settings.&lt;br /&gt;
&lt;br /&gt;
Warning: Enabling self registration results in the possibility of spammers creating accounts in order to use forum posts, blog entries etc. for spam. See [[Reducing spam in Moodle]] for ways of minimizing the risk.&lt;br /&gt;
&lt;br /&gt;
==How can I change the &amp;quot;Is this your first time here?&amp;quot; instructions?==&lt;br /&gt;
&lt;br /&gt;
#Access &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Authentication &amp;gt; Manage authentication&#039;&#039;.&lt;br /&gt;
#Write the instructions in the &#039;&#039;auth_instructions&#039;&#039; text field.&lt;br /&gt;
#Click the &amp;quot;Save changes&amp;quot; button at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
An alternative method of providing custom login instructions is to edit the default login instructions using the language customization feature. This method should be used if you wish to provide custom login instructions in more than one language. See [[Managing authentication]] for further details.&lt;br /&gt;
&lt;br /&gt;
==How do I set up LDAP authentication?==&lt;br /&gt;
&lt;br /&gt;
See [[LDAP authentication]] for full instructions.&lt;br /&gt;
&lt;br /&gt;
==How is the &amp;quot;No login&amp;quot; authentication plugin used?==&lt;br /&gt;
&lt;br /&gt;
The [[No login]] authentication plugin can be used to suspend particular user accounts. To do so:&lt;br /&gt;
&lt;br /&gt;
# Access the user&#039;s profile page.&lt;br /&gt;
# In the Settings block, click &amp;quot;Edit profile&amp;quot;.&lt;br /&gt;
# Select &amp;quot;No login&amp;quot; as the authentication method. (If the setting isn&#039;t shown, click the &amp;quot;Show advanced&amp;quot; button to reveal it.)&lt;br /&gt;
# Click the &amp;quot;Update profile&amp;quot; button at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
==What is the difference between enabling the email-based self-registration auth plugin and selecting it as the self registration method?==&lt;br /&gt;
&lt;br /&gt;
The [[Email-based self-registration| email-based self-registration authentication plugin]] must be enabled to allow users who previously self-registered to login.&lt;br /&gt;
&lt;br /&gt;
Selecting email-based self-registration as the self registration method allows potential users to self register.&lt;br /&gt;
&lt;br /&gt;
Warning: Enabling self registration results in the possibility of spammers creating accounts in order to use forum posts, blog entries etc. for spam. This risk can be minimized by limiting self registration to particular email domains with the allowed email domains setting in &#039;&#039;Settings &amp;gt; Site administration &amp;gt; Plugins&amp;gt; Authentication &amp;gt; [[Authentication|Manage authentication]]&#039;&#039;. Alternatively, self registration may be enabled for a short period of time to allow users to create accounts, and then later disabled.&lt;br /&gt;
&lt;br /&gt;
There is some discussion about having admin approval or new accounts created this way here: http://tracker.moodle.org/browse/CONTRIB-1444&lt;br /&gt;
&lt;br /&gt;
==How can I create an authentication plugin?==&lt;br /&gt;
&lt;br /&gt;
See [[Development:Authentication plugins]].&lt;br /&gt;
&lt;br /&gt;
==How can students without email addresses create new Moodle accounts?==&lt;br /&gt;
&lt;br /&gt;
See [[No Email]].&lt;br /&gt;
&lt;br /&gt;
==My students are too young to have emails, but it&#039;s a required field - what do I do?==&lt;br /&gt;
You can either use a fake email address when you upload the CSV file of your young students - or -&lt;br /&gt;
#Upload a CSV file without an email field. When previewing the accounts, set &amp;quot;Prevent email address duplicates&amp;quot; to &#039;&#039;No&#039;&#039;. &lt;br /&gt;
#In &amp;quot;Default values&amp;quot;, type in an email address.&lt;br /&gt;
#When the users are uploaded, they will all have the same email address. (It will say &amp;quot;duplicated&amp;quot; but the accounts will work)&lt;br /&gt;
&lt;br /&gt;
==Where are users&#039; details stored?==&lt;br /&gt;
&lt;br /&gt;
Users&#039; details can be stored in local Moodle database or externally.  &lt;br /&gt;
&lt;br /&gt;
If Users&#039; details are stored in the local Moodle database, it is called &amp;quot;internal authentication&amp;quot;. Storing users&#039; details externally is called &amp;quot;external authentication&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Can you arrange for an e-mail to be sent to notify Users of new accounts?==&lt;br /&gt;
If you are creating ONE manual account, then no.&lt;br /&gt;
&lt;br /&gt;
See Feature request here: http://tracker.moodle.org/browse/MDL-19390&lt;br /&gt;
&lt;br /&gt;
See discussion http://moodle.org/mod/forum/discuss.php?d=117005&lt;br /&gt;
&lt;br /&gt;
Bulk upload can be set up to send e-mails: see the discussion here: http://moodle.org/mod/forum/discuss.php?d=85333 (Which includes a code hack to do this as well.  (Also http://moodle.org/mod/forum/discuss.php?d=125000)&lt;br /&gt;
&lt;br /&gt;
==Can you arrange for Admins to be notified of new self registrations==&lt;br /&gt;
See this discussion: http://moodle.org/mod/forum/discuss.php?d=212648&lt;br /&gt;
&lt;br /&gt;
==How can I have users logging in with their email address?==&lt;br /&gt;
&lt;br /&gt;
See this Forum thread: [http://moodle.org/mod/forum/discuss.php?d=199457#p869691 Logging in Using Email or Username]&lt;br /&gt;
&lt;br /&gt;
==How can I allow users to bypass NTML SSO?==&lt;br /&gt;
&lt;br /&gt;
When NTLM SSO is enabled on a Moodle site the SSO function always logs the user who is logged into the computer into Moodle. Sometimes you may need to override this feature and login to Moodle as another user. Example: when a teacher or site administrator needs to login to the students computer to troubleshoot a problem. Or the teacher simply needs to access functionality that is not available to the student and the teacher is not anywhere near her own computer.&lt;br /&gt;
&lt;br /&gt;
The problem is that the Moodle logout option is not available when SSO is enabled - the user simply gets logged back into Moodle. To bypass the SSO you can add this to the url:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/login/index.php?authldap_skipntlmsso=1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: http://yourschool.com/login/index.php?authldap_skipntlmsso=1&lt;br /&gt;
&lt;br /&gt;
The NTLM SSO will be disabled (for this login only) and you will get the regular Moodle login page.&lt;br /&gt;
&lt;br /&gt;
{{warning|message=This bypass won&#039;t work if you have the [[Site policies#Force users to login|&#039;&#039;Force users to login&#039;&#039; site policy]] enabled. In that case, SSO is applied to all pages on the site, including the log in and log out pages.}}&lt;br /&gt;
&lt;br /&gt;
See the Using Moodle [http://moodle.org/mod/forum/discuss.php?d=200641 Bypass NTML SSO for Moode 2.2] forum discussion for details.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Using Moodle [http://moodle.org/mod/forum/view.php?id=42 User authentication forum]&lt;br /&gt;
* https://docs.moodle.org/24/en/Accounts_FAQ&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[de:Authentifizierung FAQ]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=File:warning.png&amp;diff=106753</id>
		<title>File:warning.png</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=File:warning.png&amp;diff=106753"/>
		<updated>2013-10-03T17:46:04Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=Template:warning&amp;diff=106752</id>
		<title>Template:warning</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=Template:warning&amp;diff=106752"/>
		<updated>2013-10-03T17:45:25Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: Created page with &amp;quot;{| style=&amp;quot;border: solid orange 1px;&amp;quot; | link= | style=&amp;quot;padding: 0.5em 0.5em;&amp;quot; | &amp;#039;&amp;#039;&amp;#039;Warning:&amp;#039;&amp;#039;&amp;#039; {{{message|{{{1|}}}}}} |}&amp;lt;noinclude&amp;gt; Use this bo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;border: solid orange 1px;&amp;quot;&lt;br /&gt;
| [[File:warning.png|middle|30px|link=]]&lt;br /&gt;
| style=&amp;quot;padding: 0.5em 0.5em;&amp;quot; | &#039;&#039;&#039;Warning:&#039;&#039;&#039; {{{message|{{{1|}}}}}}&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Use this box to caution readers about something. &lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;warning | message = &#039;&#039;your-message-wikitext&#039;&#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;warning | &#039;&#039;your-message-wikitext&#039;&#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Template:Note]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=Text_editor_FAQ&amp;diff=105757</id>
		<title>Text editor FAQ</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=Text_editor_FAQ&amp;diff=105757"/>
		<updated>2013-06-21T17:26:27Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: /* Are there any keyboard shortcuts? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Editing text}}&lt;br /&gt;
==I can&#039;t find the option to do......==&lt;br /&gt;
&lt;br /&gt;
Click the computer screen icon at the far right of the top row. It will say &amp;quot;Toggle fullscreen mode&amp;quot; when you hover over it. The editor will now appear in a pop-up with the full range of options available (e.g. tables). &lt;br /&gt;
&lt;br /&gt;
==Can I customize the text editor or add other icons like an anchor or horizontal rule?==&lt;br /&gt;
In Moodle 2.4 out in December 2012, you will be able to customise the text editor. See MDL-35172&lt;br /&gt;
&lt;br /&gt;
==The Text editor does not appear==&lt;br /&gt;
&lt;br /&gt;
Check the following points (in no particular order);&lt;br /&gt;
&lt;br /&gt;
* Is the TinyMCE HTML editor enabled in &#039;&#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; Manage editors&#039;&#039;? &lt;br /&gt;
* Is &#039;Use HTML editor&#039; set in &#039;&#039;Administration &amp;gt; My profile settings &amp;gt; Edit profile&#039;&#039;?&lt;br /&gt;
* Is JavaScript enabled for my browser?&lt;br /&gt;
&lt;br /&gt;
==How can I enable a spell-check?==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039;&lt;br /&gt;
While the default spell engine is Google spell which  can be changed in &#039;&#039;Administration&amp;gt;Site administration&amp;gt;Plugins&amp;gt;Text editors&amp;gt;TinyMCE HTML editor&#039;&#039;, this is no longer supported by Google and will not work. (Note that it is only visible in IE9 and lower) It is due to  be removed. See MDL-38867. In browser spell check is recommended.&lt;br /&gt;
&lt;br /&gt;
It is possible also to use PSpell or PspellShell. Spell To use spell checking you need to install aspell 0.50 or later on your server, and enter the correct path to access the aspell binary in &#039;&#039;Administration &amp;gt; Server &amp;gt; [[System paths]]&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==How we can disable the spell check button for specific instances in a quiz?==&lt;br /&gt;
The spell check is very handy for most circumstances but a quiz where you are looking at spelling and punctuation in student responses kind of defeats the purpose of the question. You can use the theme CSS files to disable the button on a specific question type. Try: &lt;br /&gt;
&lt;br /&gt;
  .essay div[title=&#039;Spell-check&#039;] {&lt;br /&gt;
  display:none;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
The spell check button should be displayed everywhere &#039;&#039;&#039;except&#039;&#039;&#039; on the essay question type response box. &lt;br /&gt;
&lt;br /&gt;
Suggested by Joshua Westerway.&lt;br /&gt;
&lt;br /&gt;
==What is the biggest chunk of text you can edit?==&lt;br /&gt;
Maximum size of the forum post text (mysql) is 65535 characters or less if you use multibyte characters. From a forum post, http://moodle.org/mod/forum/discuss.php?d=203023#p885758&lt;br /&gt;
==Are there any keyboard shortcuts?==&lt;br /&gt;
Here are some TinyMCE keyboard shortcuts (particularly useful when using the collapsed editor)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Shortcut&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| ctrl+z &lt;br /&gt;
| Undo&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|ctrl+y&lt;br /&gt;
|Redo&lt;br /&gt;
|-&lt;br /&gt;
|ctrl+b&lt;br /&gt;
|Bold&lt;br /&gt;
|-&lt;br /&gt;
|ctrl+i&lt;br /&gt;
|Italic&lt;br /&gt;
|-&lt;br /&gt;
|ctrl+u&lt;br /&gt;
|Underline&lt;br /&gt;
|-&lt;br /&gt;
|ctrl+k &lt;br /&gt;
|Insert/edit link&lt;br /&gt;
|-&lt;br /&gt;
|ctrl+1-6&lt;br /&gt;
|h1-h6&lt;br /&gt;
|-&lt;br /&gt;
|ctrl+7&lt;br /&gt;
|p&lt;br /&gt;
|-&lt;br /&gt;
|ctrl+8&lt;br /&gt;
|div&lt;br /&gt;
|-&lt;br /&gt;
|ctrl+9&lt;br /&gt;
|address&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/view.php?f=224 Text editor forum]&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[de:Text-Editor FAQ]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=Switch_to_other_role&amp;diff=101169</id>
		<title>Switch to other role</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=Switch_to_other_role&amp;diff=101169"/>
		<updated>2012-10-09T14:47:29Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: Redirected page to Capabilities/moodle/role:switchroles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Capabilities/moodle/role:switchroles]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=Switch_role&amp;diff=101168</id>
		<title>Switch role</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=Switch_role&amp;diff=101168"/>
		<updated>2012-10-09T14:47:19Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: Redirected page to Capabilities/moodle/role:switchroles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Capabilities/moodle/role:switchroles]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=Switch_to_other_roles&amp;diff=101167</id>
		<title>Switch to other roles</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=Switch_to_other_roles&amp;diff=101167"/>
		<updated>2012-10-09T14:46:56Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: Redirected page to Capabilities/moodle/role:switchroles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Capabilities/moodle/role:switchroles]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=User:Ted_Osborne&amp;diff=97887</id>
		<title>User:Ted Osborne</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=User:Ted_Osborne&amp;diff=97887"/>
		<updated>2012-05-18T18:38:31Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m a Moodle newbie in the Boston area. I run a modest Moodle site (on CentOS) on my company&#039;s intranet.&lt;br /&gt;
&lt;br /&gt;
== Redirects ==&lt;br /&gt;
&lt;br /&gt;
Mostly lowercase equivalents (it seems this site has first-letter case-sensitivity via [http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks $wgCapitalLinks]).&lt;br /&gt;
&lt;br /&gt;
* [[course restore]]&lt;br /&gt;
* [[course backup]]&lt;br /&gt;
* [[front page]]&lt;br /&gt;
* [[My home]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=User:Ted_Osborne&amp;diff=97885</id>
		<title>User:Ted Osborne</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=User:Ted_Osborne&amp;diff=97885"/>
		<updated>2012-05-18T16:46:30Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m a Moodle newbie in the Boston area. I run a modest Moodle site (on CentOS) on my company&#039;s intranet.&lt;br /&gt;
&lt;br /&gt;
== Redirects ==&lt;br /&gt;
&lt;br /&gt;
Mostly lowercase equivalents (it seems this site has first-letter case-sensitivity via [http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks $wgCapitalLinks]).&lt;br /&gt;
&lt;br /&gt;
* [[front page]]&lt;br /&gt;
* [[course restore]]&lt;br /&gt;
* [[course backup]]&lt;br /&gt;
* [[My home]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=front_page&amp;diff=97879</id>
		<title>front page</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=front_page&amp;diff=97879"/>
		<updated>2012-05-18T14:27:05Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: Redirected page to Front page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Front page]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=User:Ted_Osborne&amp;diff=97878</id>
		<title>User:Ted Osborne</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=User:Ted_Osborne&amp;diff=97878"/>
		<updated>2012-05-18T14:26:48Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: /* Redirects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m a Moodle newbie in the Boston area. I run a modest Moodle site (on CentOS) on my company&#039;s intranet.&lt;br /&gt;
&lt;br /&gt;
== Redirects ==&lt;br /&gt;
&lt;br /&gt;
Mostly lowercase equivalents (it seems this site has first-letter case-sensitivity via [http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks $wgCapitalLinks]).&lt;br /&gt;
&lt;br /&gt;
* [[front page]]&lt;br /&gt;
* [[course restore]]&lt;br /&gt;
* [[course backup]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=course_backup&amp;diff=97877</id>
		<title>course backup</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=course_backup&amp;diff=97877"/>
		<updated>2012-05-18T14:17:44Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: Redirected page to Course backup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Course backup]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=course_restore&amp;diff=97876</id>
		<title>course restore</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=course_restore&amp;diff=97876"/>
		<updated>2012-05-18T14:16:46Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: Redirected page to Course restore&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Course restore]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/34/en/index.php?title=User:Ted_Osborne&amp;diff=97875</id>
		<title>User:Ted Osborne</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/34/en/index.php?title=User:Ted_Osborne&amp;diff=97875"/>
		<updated>2012-05-18T14:16:11Z</updated>

		<summary type="html">&lt;p&gt;Eccentricon: Created page with &amp;quot;I&amp;#039;m a Moodle newbie in the Boston area. I run a modest Moodle site (on CentOS) on my company&amp;#039;s intranet.  == Redirects ==  Mostly lowercase equivalents (it seems this site has fi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m a Moodle newbie in the Boston area. I run a modest Moodle site (on CentOS) on my company&#039;s intranet.&lt;br /&gt;
&lt;br /&gt;
== Redirects ==&lt;br /&gt;
&lt;br /&gt;
Mostly lowercase equivalents (it seems this site has first-letter case-sensitivity via [http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks $wgCapitalLinks]).&lt;br /&gt;
&lt;br /&gt;
* [[course restore]]&lt;br /&gt;
* [[course backup]]&lt;/div&gt;</summary>
		<author><name>Eccentricon</name></author>
	</entry>
</feed>