Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Password encryption problem

$
0
0

Hey guys,

 

at first I'd like to thank you all for this great jabber software!

I like it

 

I just describe my problem:

 

I installed openfire and everything went fine.

As database I used Mysql which was installed and also that worked fine.

 

Then I saw an article about password encryption. I guess it was this one: http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/db-integ ration-guide.html

 

And so I copied this code

 

<provider>

    <auth>

      <className>org.jivesoftware.openfire.auth.JDBCAuthProvider</className>

    </auth>

  </provider>

  <jdbcAuthProvider>

     <passwordSQL>SELECT password FROM user_account WHERE username=?</passwordSQL>

     <passwordType>sha512</passwordType>

   </jdbcAuthProvider>

 

 

and pasted it in my openfire.xml.

Than I restarted openfire and wanted to login in the web panel. But the only thing I saw was the setup page.

So reinstalled openfire again with the web panel and than I wanted to login again but the setup page was again there.

 

I changed nothing in the database, I only pasted this code into the openfire.xml.

 

 

Can you tell me what I have done wrong?

Thanks


Viewing all articles
Browse latest Browse all 10742

Trending Articles