MakingPasswordRequestsExplicit-Talk

Summary: Talk page for MakingPasswordRequestsExplicit.
Maintainer:
Users: (View? / Edit)

This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.

Comments

It's up to you to provide a contact, in place of the elipses to:

  • an email address <a href='mailto:Admin@here'>Admin</a> or
  • a profile page <a href='$ScriptURL/Profiles/AdminFolk'>AdminFolk</a>.

It may be a hack and there may be more elegant ways to do it

The conditional below can be used to override any $fooDoThisFmt string (either in local/config or in skins/SkinName/skin.php) to include the current mode (read, edit, administer - and one can easily add upload if needed):

 ($_GET['action']=='attr'?"administer":($_GET['action']==edit?"edit":"read"))

Neat! This also gives an opportunity to i8n the password dialog along the way. And you can put in extra lines for conditions coming out of other cookbook recipes (RenamePage for one). DirkBlaas

Optional image-link - use this:

 "<p><a href='http://www.pmwiki.org/wiki/PmWiki/PmWiki'><img 
 src='http://www.pmwiki.org/pmwiki/pub/skins/pmwiki/pmwiki-32.gif' alt='Back to HomePage'
 title='Back to HomePage' /></a>
   <p><b>A password is required to ".

in place of this:

 "<p><b>A password is required to ".  

-- TeganDowling

I'd like to see this as a Core Candidate

simon January 15, 2020, at 08:48 PM

Talk page for the MakingPasswordRequestsExplicit recipe (users?).