[ 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: sample.xml
<?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>