Revision history for EmailpasswordActionInfo


Revision [22762]

Last edited on 2016-05-20 07:38:42 by GmBowen [Replaces old-style internal links with new pipe-split links.]
Additions:
This page can now be found on the [[Docs:EmailpasswordActionInfo | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/EmailpasswordActionInfo/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
This page can now be found on the [[Docs:EmailpasswordActionInfo Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/EmailpasswordActionInfo/revisions
old revisions of this page]] is still available for reference.<<


Revision [17966]

Edited on 2008-01-27 02:34:52 by GmBowen [Migrated to doc server]
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:EmailpasswordActionInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/EmailpasswordActionInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
[[WikkaDocumentation Wikka Documentation]]
=====Emailpassword Action Documentation=====
This is the documentation page for the Emailpassword action.
//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
===Documentation===
==Short description==
Allows a user to retrieve his forgotten password if s/he entered a valid email-address.
==Parameters==
This action does not accept a parameter.
==Long description==
The action generates an input field in which users can write their WikiName. If s/he has entered a valid registered email adress, an email with the following text should arrive:
%%
Hi, <username>.
You or someone else requested that we send a temporary password to login to WikkaTestWiki.
If you did not request this, disregard this email. -- No action is necessary. -- Your password will stay the same.
Your wikiname: <username>
Temporary password: <md5 hash of the password>
<address of the wiki>
Do not forget to change the password immediately after logging in.
%%
The password provided is the encryption of the users original password. It is possible to log-in with this password, but, as mentioned in the email, a user should change their password after the login.
Usage:
%%{{emailpassword}}%%
Example:
{{emailpassword}}
==Author==
[[http://comawiki.org/CoMa.php?CoMa=CostalMartignier Costal Martignier]]
CategoryDocumentation


Revision [6571]

Edited on 2005-03-07 19:23:07 by GmBowen [minor typos ;}]
Additions:
Allows a user to retrieve his forgotten password if s/he entered a valid email-address.
The action generates an input field in which users can write their WikiName. If s/he has entered a valid registered email adress, an email with the following text should arrive:
The password provided is the encryption of the users original password. It is possible to log-in with this password, but, as mentioned in the email, a user should change their password after the login.
Deletions:
Allows a user to retrieve his forgotten password if he entered a valid email-address.
The action generates an input field in which a user can write his WikiName. If he had entered a valid email adress, a email with the following text should arrive:
The password provided is the encryption of the users original password. It is possible to log-in with this password, but, as mentioned in the email, the user should change his password after the login.


Revision [6561]

Edited on 2005-03-07 18:08:31 by NilsLindenberg [created]
Additions:
=====Emailpassword Action Documentation=====
This is the documentation page for the Emailpassword action.
Allows a user to retrieve his forgotten password if he entered a valid email-address.
This action does not accept a parameter.
The action generates an input field in which a user can write his WikiName. If he had entered a valid email adress, a email with the following text should arrive:
%%
Hi, <username>.
You or someone else requested that we send a temporary password to login to WikkaTestWiki.
If you did not request this, disregard this email. -- No action is necessary. -- Your password will stay the same.
Your wikiname: <username>
Temporary password: <md5 hash of the password>
<address of the wiki>
Do not forget to change the password immediately after logging in.
%%
The password provided is the encryption of the users original password. It is possible to log-in with this password, but, as mentioned in the email, the user should change his password after the login.
%%{{emailpassword}}%%
Example:
{{emailpassword}}
[[http://comawiki.org/CoMa.php?CoMa=CostalMartignier Costal Martignier]]
Deletions:
=====Calendar Action Documentation=====
//Note: this action is included in Wikka as of version 1.1.6.0.//
>>==See also:==
Development: JwCalendar (with source code, and some background and discussion).>>This is the documentation page for the Calendar action.::c::
Display a calendar face for a specified or the current month.
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>year</td><td>integer</td><td>optional</td><td>current year</td><td>4-digit year of the month to be displayed; the default can be overridden by providing a URL parameter 'year'</td></tr>
<tr><td>month</td><td>integer</td><td>optional</td><td>current month</td><td>number of month (1 or 2 digits) to be displayed; the default can be overridden by providing a URL parameter 'month'</td></tr>
</tbody>
</table>""
Specifying a month and/or year in the action itself results in a "static" calendar face without navigation; conversely, providing no parameters in the action results in a calendar face with navigation links to previous, current and next month, with URL parameters determining which month is shown (with the current month as default).
You can have one "dynamic" (navigable) calendar on a page (multiple ones would just be the same) and any number of "static" calendars.
The current date (if visible) gets a special class to allow a different styling with CSS.
%%{{calendar [year="yyyy"] [month="mm"]}}%%
Credit:
This action was inspired mainly by the "Calendar Menu" code written by [[http://www.blazonry.com/about.php Marcus Kazmierczak]] (© 1998-2002 Astonish Inc.) which we traced back as being the ultimate origin of this code although our starting point was actually a (probably second-hand) variant found on the web which did not contain any attribution.
However, not much of the original code is left in this version. Nevertheless, credit to Marcus Kazmierczak for the original that inspired this, however indirectly: Thanks!
GmBowen (first draft)
JavaWoman (more modifications)


Revision [6560]

The oldest known version of this page was created on 2005-03-07 17:50:29 by NilsLindenberg [created]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki