config xmlrpc tag 'login' changed to 'user'

quit on invalid configuration instead of triggering an error
validate user name
This commit is contained in:
Steffen Schröder
2014-06-13 17:11:45 +02:00
parent 96e573e8bd
commit 2172962622
3 changed files with 19 additions and 12 deletions

View File

@ -9,7 +9,7 @@
<port>port</port>
<!-- XmlRpc Login Details -->
<login>SuperAdmin</login>
<user>SuperAdmin</user>
<pass>password</pass>
</server>