Plugin Directory

Changeset 1088442


Ignore:
Timestamp:
02/12/2015 08:27:55 PM (11 years ago)
Author:
Feedweb
Message:

A name added to the restricted list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • feedweb/trunk/widget_dialog.php

    r1013106 r1088442  
    10161016            function CheckAuthor()
    10171017            {
    1018                 var bad_names = ["admin", "webmaster", "editor", "publisher", "author", "master"];
     1018                var bad_names = ["admin", "webmaster", "editor", "publisher", "author", "master", "moderator"];
    10191019                var author = document.getElementById("AuthorText").value;
    10201020                if (author == "")
Note: See TracChangeset for help on using the changeset viewer.