%PDF-1.7 GIF89;
| Server IP : 104.20.45.2 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/importexport/users/ |
Upload File : |
<!-- * 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>