Users XML File


    <usr><name>

    Registered user name

    |

    mandatory, non repeatable

    Sample for using:

    <name><![CDATA[Demo User]]></name>


    <usr><fname>

    Registered user first name

    |

    mandatory, non repeatable

    Sample for using:

    <fname><![CDATA[User]]></fname>


    <usr><lname>

    Registered user last name

    |

    mandatory, non repeatable

    Sample for using:

    <lname><![CDATA[Demo]]></lname>


    <usr><uid>

    Registered user ID

    |

    mandatory, non repeatable

    Sample for using:

    <uid><![CDATA[demo]]></uid>


    <usr><psw>

    Registered user password (encoded MD5)

    |

    mandatory, non repeatable

    Sample for using:

    <psw><![CDATA[fe01ce2a7fbac8fafaed7c982a04e229]]></psw>


    <usr><mail>

    Registered user e-mail

    |

    mandatory, non repeatable

    Sample for using:

    <mail><![CDATA[info@kusoftas.com]]></mail>


    <usr><phone>

    Registered user phone

    |

    optional, non repeatable

    Sample for using:

    <phone><![CDATA[+1-617-353-2222]]></phone>


    <usr><fax>

    Registered user fax

    |

    optional, non repeatable

    Sample for using:

    <fax><![CDATA[+1-617-353-2222]]></fax>


    <usr><optional>

    Registered user country name from classificator

    |

    optional, non repeatable

    Sample for using:

    <country><![CDATA[Lithuania]]></country>


    <usr><country_code>

    Registered user country code from classificator

    |

    optional, non repeatable

    Sample for using:

    <country_code><![CDATA[li]]></country_code>


    <usr><city>

    Registered user city

    |

    optional, non repeatable

    Sample for using:

    <city><![CDATA[Kaunas]]></city>


    <usr><inst>

    Registered user institution

    |

    optional, non repeatable

    Sample for using:

    <inst><![CDATA[KUSoftas]]></inst>


    <usr><address>

    Registered user address

    |

    optional, non repeatable

    Sample for using:

    <address><![CDATA[Boston University, One Silber Way, Boston, MA 02215]]></address>


    <usr><news>

    Registered user permission to receive news via e-mail

    |

    optional, non repeatable

    Sample for using:

    <news><![CDATA[1]]></news>


    <usr><ip>

    Registered user login filter IP address

    |

    optional, repeatable

    Sample for using:

    <ip><![CDATA[193.245.56.1]]></ip>


    <usr><role>

    Registered user group/role

    |

    optional, repeatable

    Sample for using:

    <role><![CDATA[demo]]><name><![CDATA[CMS Demo Group]]></name></role>


    <usr><role><name>

    Registered user group/role name

    |

    mandatory, non repeatable

    Sample for using:

    <name><![CDATA[CMS Demo Group]]></name>


    Sample CMS users XML file:

    <?php echo '<?xml ';?>version="1.0" encoding="utf-8" <?php echo '?>';?> <data> <usr> <name><![CDATA[Demo User]]></name> <lname><![CDATA[Demo]]></lname> <fname><![CDATA[User]]></fname> <uid><![CDATA[demo]]></uid> <psw><![CDATA[fe01ce2a7fbac8fafaed7c982a04e229]]></psw> <mail><![CDATA[info@kusoftas.com]]></mail> <country><![CDATA[Lithuania]]></country> <country_code><![CDATA[li]]></country_code> <city><![CDATA[Kaunas]]></city> <inst><![CDATA[KUSoftas]]></inst> <role><![CDATA[demo]]><name><![CDATA[CMS Demo Group]]></name></role> </usr> <usr> <name><![CDATA[Smith John]]></name> <lname><![CDATA[Smith]]></lname> <fname><![CDATA[John]]></fname> <uid><![CDATA[jsmith]]></uid> <psw><![CDATA[33f139f02dacb6c83f2dc61f8c3d6dec]]></psw> <mail><![CDATA[jsmith@gmail.com]]></mail> <country><![CDATA[United States]]></country> <country_code><![CDATA[us]]></country_code> <city><![CDATA[Boston]]></city> <inst><![CDATA[University]]></inst> <role><![CDATA[admin]]><name><![CDATA[Site administrator]]></name></role> </usr> </data>

    <usr><timestamp>

    User last update timestamp

    |

    optional, non repeatable

    Sample for using:

    <timestamp><![CDATA[2014-09-19 21:22:19]]></timestamp>

    Vulnerability Scanner