[jadmin] How do I change a user's password?

Justin Georgeson jgeorgeson at unboundtech.com
Wed Jul 31 10:19:07 CDT 2002


If you're using plain xdb_file you can change the password in 
spool/<servername>/<username>.xml. It won't take effect until the xdb 
cache expires. To change it by sending xml, you must first log in as 
that user, then send this xml

<iq type='set' to='yourjabberhostname'>
   <query xmlns='jabber:iq:register'>
     <username>username</username>
     <password>newpassword</password>
   </query>
</iq>

Eric Volker wrote:
> A very simple question I can't find an answer to after about two hours
> of searching. I've inherited a jabber server, and I have no idea how to
> perform basic administrative tasks. The jabber server FAQ has no
> information on how to execute this very basic task. Are there any other
> docs out there that include this info?
> 
> Thanks,
> 
> Eric Volker
> evolker at pcs.ds.adp.com
> 
> _______________________________________________
> jadmin mailing list
> jadmin at jabber.org
> http://mailman.jabber.org/listinfo/jadmin


-- 
Justin Georgeson
UnBound Technologies, Inc.
http://www.unboundtech.com
Main   713.329.9330
Fax    713.460.4051
Mobile 512.789.1962

5295 Hollister Road
Houston, TX 77040
Real Applications using Real Wireless Intelligence(tm)




More information about the jadmin mailing list