Just a quick reply, this is already possible if your username field has the attribute required=required (for recent browsers).

For the default edit form and the upload form, this is enabled since 2.2.119.

For previous PmWiki versions you can add this to config.php:

  $EnablePostAuthorRequired = 1;
  $InputTags['e_author']['required'] = 'required';

Petko


On 10/09/2019 10:15, Johan Bengtsson wrote:
-Something that _clearly_ indicates to users that they must specify
their username when saving. We are forcing this and if username has
not been specified
before it can be confusing. The boira skin seems to do this well.

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to