Olivier Migeot
12 months ago

@Friendica Developers @Leberwurscht Brot I changed my Jappix Mini settings - I'm working on a way to share auth between eJabberd and Friendica, more on that later - and I'm not sure how contacts are warned of my change (my JID is now different). Should it be automatic? For now, like 15 minutes after the change, I still have an empty roster.
16 comments show more
Leberwurscht Brot
12 months ago

Oh, interesting! But if there is no communication, how can the extauth script know which usernames are valid?
Olivier Migeot
12 months ago

As far as I went, I considered every username valid. Only passwords are verified. I wasn't sure it would be a problem, but you're right : it would.

I suppose a simple mysql_query call could do the trick, though. Either it works and user exists, or it fails in any way and we consider the user inexistent.
Report Bug