From: <var...@us...> - 2013-07-04 16:42:12
|
Revision: 8830 http://sourceforge.net/p/phpwiki/code/8830 Author: vargenau Date: 2013-07-04 16:42:06 +0000 (Thu, 04 Jul 2013) Log Message: ----------- authentication Modified Paths: -------------- trunk/pgsrc/Help%2FModeratedPagePlugin trunk/pgsrc/PasswordReset Modified: trunk/pgsrc/Help%2FModeratedPagePlugin =================================================================== --- trunk/pgsrc/Help%2FModeratedPagePlugin 2013-07-04 16:35:10 UTC (rev 8829) +++ trunk/pgsrc/Help%2FModeratedPagePlugin 2013-07-04 16:42:06 UTC (rev 8830) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Thu, 4 Jul 2013 18:41:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FModeratedPagePlugin; @@ -11,7 +11,7 @@ A ModeratedPage is a page-internal setting, which restricts certain actions on certain pages. The requested action and page is stored internally and an email is sent to the moderators described in the linked and locked ModeratedPage action page. -Any moderator may approve or reject the action by simply clicking an url. +Any moderator may approve or reject the action by simply clicking an URL. When approving the action, the requested action (edit, rename, ...) is performed. In both cases the author is notified, so it's recommended for the @@ -22,7 +22,7 @@ * Check the status of this action page, esp. the moderators in the plugin line, if they had their emails stored in their - UserPreferences, and if the action page is locked. + [[UserPreferences]], and if the action page is locked. * Add a link to this action page in the page(s) in question. * Save the page. * Lock the page to actually change the moderation status. You may want to unlock it then. Modified: trunk/pgsrc/PasswordReset =================================================================== --- trunk/pgsrc/PasswordReset 2013-07-04 16:35:10 UTC (rev 8829) +++ trunk/pgsrc/PasswordReset 2013-07-04 16:42:06 UTC (rev 8830) @@ -1,4 +1,4 @@ -Date: Wed, 11 Jan 2012 16:18:06 +0000 +Date: Thu, 4 Jul 2013 18:41:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=PasswordReset; @@ -13,9 +13,9 @@ A normal user may only reset a users password who has his email address defined. For users with undefined email address you have to ask an Administrator to reset any password. -Authenticated users should change their passwords at their UserPreferences page. +Authenticated users should change their passwords at their [[UserPreferences]] page. -Attention: Certain external authentification methods don't allow changing passwords. You'll have to ask or change it there then. +Attention: Certain external authentication methods don't allow changing passwords. You'll have to ask or change it there then. ---- <<PasswordReset>> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |