| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Old Sites/Civilgeo/ojs/plugins/importexport/users/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE users SYSTEM "users.dtd">
<!--
* sample.xml
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Sample user import data.
*
* $Id$
-->
<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>
<last_name>TestUser2LastName</last_name>
<gender>F</gender>
<affiliation>TestUser2Affiliation</affiliation>
<email>testuser2@ojsdev.bb</email>
<country>DE</country>
<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>
<locales>de_DE:en_US</locales>
<role type="author"/>
</user>
</users>