%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 : |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE users SYSTEM "users.dtd">
<!--
* plugins/importexport/users/sample.xml
*
* Copyright (c) 2013-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Sample user import data.
*
-->
<users>
<user>
<username>testuser1</username>
<password>ojsojs</password>
<salutation>Dr.</salutation>
<first_name>TestUser1FirstName</first_name>
<last_name>TestUser1LastName</last_name>
<gender>F</gender>
<affiliation>TestUser1Affiliation</affiliation>
<email>testuser1@ojsdev.bb</email>
<country>DE</country>
<biography locale="de_DE">My biograhy (German) - TestUser1.</biography>
<biography locale="en_US">My biograhy (English) - TestUser1.</biography>
<biography locale="es_ES">My biograhy (Spanish) - TestUser1.</biography>
<role type="author"/>
</user>
<user>
<username>testuser2</username>
<password encrypted="sha1">efe7d096996561e621764052b451ff752b03652f</password>
<salutation>Dr.</salutation>
<first_name>TestUser2FirstName</first_name>
<midle_name>TestUser2MidletName</midle_name>
<last_name>TestUser2LastName</last_name>
<gender>M</gender>
<initials>TES</initials>
<url>http://www.testuser2.com</url>
<affiliation>TestUser2Affiliation</affiliation>
<phone>4242424242</phone>
<mailing_address>42 St.</mailing_address>
<email>testuser2@ojsdev.bb</email>
<country>DE</country>
<interests>TestUser2Interest1</interests>
<interests>TestUser2Interest2</interests>
<interests>TestUser2Interest3, TestUser2Interest4</interests>
<biography locale="de_DE">My biograhy (German) - TestUser2.</biography>
<biography locale="en_US">My biograhy (English) - TestUser2.</biography>
<biography locale="es_ES">My biograhy (Spanish) - TestUser2.</biography>
<signature>TestUser2Signature</signature>
<locales>de_DE:en_US</locales>
<role type="author"/>
<role type="editor"/>
</user>
</users>