[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
importexport
/
users
/
[
Home
]
File: users.dtd
<!-- * plugins/importexport/users/users.dtd * * DTD for user information. * Used by the user import/export functionality. * * Usernames and passwords are optional and will be generated automatically if omitted. * --> <!ELEMENT users (user*)> <!ELEMENT user (username?, password?, salutation?, first_name, middle_name?, last_name, initials?, gender?, affiliation*, signature?, email, url?, phone?, fax?, mailing_address?, country?, interests*, gossip*, biography*, locales?, role*)> <!ELEMENT username (#PCDATA)> <!ELEMENT password (#PCDATA)> <!ATTLIST password change (true|false) "false"> <!ATTLIST password encrypted (plaintext|md5|sha1) #IMPLIED> <!-- How the password is encrypted (if applicable). Encrypted assumes it was encrypted by Validation::encryptCredentials() and is using the same encryption algorithm used by the system. Default is "plaintext" (unencrypted). --> <!ELEMENT salutation (#PCDATA)> <!ELEMENT first_name (#PCDATA)> <!ELEMENT middle_name (#PCDATA)> <!ELEMENT last_name (#PCDATA)> <!ELEMENT initials (#PCDATA)> <!ELEMENT gender (#PCDATA)> <!ELEMENT affiliation (#PCDATA)> <!ATTLIST affiliation locale CDATA #IMPLIED> <!ELEMENT signature (#PCDATA)> <!ATTLIST signature locale CDATA #IMPLIED> <!ELEMENT email (#PCDATA)> <!ELEMENT url (#PCDATA)> <!ELEMENT phone (#PCDATA)> <!ELEMENT fax (#PCDATA)> <!ELEMENT mailing_address (#PCDATA)> <!ELEMENT country (#PCDATA)> <!ELEMENT interests (#PCDATA)> <!ELEMENT gossip (#PCDATA)> <!ATTLIST gossip locale CDATA #IMPLIED> <!ELEMENT biography (#PCDATA)> <!ATTLIST biography locale CDATA #IMPLIED> <!ELEMENT locales (#PCDATA)> <!ELEMENT role EMPTY> <!ATTLIST role type (manager|editor|sectionEditor|layoutEditor|reviewer|copyeditor|proofreader|author|reader|subscriptionManager) #REQUIRED>