IP.Board Requests

IPB External login handler

Submitted by claww, , Thread ID: 72669

Thread Closed
01-02-2018, 09:08 AM
This post was last modified: 01-02-2018, 09:10 AM by claww
#1
Hello,

Someone knows if is possible to use External Login handler to register members?
I mean in case someone is registering in IPB to add this account also on the external DB.

Thank you

RE: IPB External login handler

#2
What external login handler you want to use?

,

RE: IPB External login handler

OP
#3
01-02-2018, 09:34 AM
Gr00vy Wrote:
What external login handler you want to use?

,

There is a default login handler called " External Database" it comes with IPB
It allows you to set external Database by complete the connection details database name table name, column of username, column of password, column of email.
It works to login on forum with my game account, but i want viceversa, to login on game with the forum account...

RE: IPB External login handler

#4
01-02-2018, 09:47 AM
claww Wrote:
There is a default login handler called " External Database" it comes with IPB
It allows you to set external Database by complete the connection details database name table name, column of username, column of password, column of email.
It works to login on forum with my game account, but i want viceversa, to login on game with the forum account...

This is not IPB thing, if I understand this correctly you have game:

You can login with game account on your IPB
but you cannot login with forum account on your game.

I think you need to implement this also to the game somehow.

RE: IPB External login handler

OP
#5
01-02-2018, 09:50 AM
Gr00vy Wrote:
This is not IPB thing, if I understand this correctly you have game:

You can login with game account on your IPB
but you cannot login with forum account on your game.

I think you need to implement this also to the game somehow.

Yes, i think this is the only i way ill can do, do you know what method of encryption IPB use? i have to reproduce it for my java game.
It is using a salt with own salt for each pass ?

RE: IPB External login handler

This post was last modified: 01-02-2018, 10:01 AM by MarcFrid
#6
01-02-2018, 09:59 AM
claww Wrote:
Yes, i think this is the only i way ill can do, do you know what method of encryption IPB use? i have to reproduce it for my java game.
It is using a salt with own salt for each pass ?

IPB encrypts passwords like this:
Code:
md5(md5($pass).$salt)
1

RE: IPB External login handler

OP
This post was last modified: 01-02-2018, 10:17 AM by claww
#7
01-02-2018, 10:01 AM
Gr00vy Wrote:
IPB encrypts passwords like this:
Code:
md5(md5($pass).$salt)

Thank you.
Also a thing which isn't very good, the IPB display name it's the account, is possible to have a custom display name ? I stil don't want show email neither
Everyone to be able seeing the others account itsn't very secure even if i have also a second step auth with PIN.

RE: IPB External login handler

#8
01-02-2018, 10:09 AM
claww Wrote:
Thank you.


I am glad I helped :D

RE: IPB External login handler

#9
For what version of IPB you want to use it ? Maybe i can help u.

RE: IPB External login handler

#10
sfsadasdasdsfsajflaskdfsdf SDF
SDF
sdf sDF
asdfSD Fswdf

Users browsing this thread: 2 Guest(s)