IP.Board Requests

IPB External login handler

Submitted by claww, , Thread ID: 72669

Thread Closed
claww
Novice
Level:
0
Reputation:
1
Posts:
26
Likes:
1
Credits:
73
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

MarcFrid
Member ?
Level:
0
Reputation:
66
Posts:
456
Likes:
173
Credits:
547
01-02-2018, 09:34 AM
#2
What external login handler you want to use?

,

RE: IPB External login handler

claww
Novice
Level:
0
Reputation:
1
Posts:
26
Likes:
1
Credits:
73
OP
01-02-2018, 09:47 AM
#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

MarcFrid
Member ?
Level:
0
Reputation:
66
Posts:
456
Likes:
173
Credits:
547
01-02-2018, 09:50 AM
#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

claww
Novice
Level:
0
Reputation:
1
Posts:
26
Likes:
1
Credits:
73
OP
01-02-2018, 09:59 AM
#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

MarcFrid
Member ?
Level:
0
Reputation:
66
Posts:
456
Likes:
173
Credits:
547
01-02-2018, 10:01 AM
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

claww
Novice
Level:
0
Reputation:
1
Posts:
26
Likes:
1
Credits:
73
OP
01-02-2018, 10:09 AM
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

MarcFrid
Member ?
Level:
0
Reputation:
66
Posts:
456
Likes:
173
Credits:
547
01-02-2018, 10:16 AM
#8
01-02-2018, 10:09 AM
claww Wrote:
Thank you.


I am glad I helped :D

RE: IPB External login handler

ElijahRansom
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
0
Credits:
9
28-02-2018, 01:04 PM
#9
For what version of IPB you want to use it ? Maybe i can help u.

RE: IPB External login handler

11-05-2018, 04:22 PM
#10
sfsadasdasdsfsajflaskdfsdf SDF
SDF
sdf sDF
asdfSD Fswdf

Users browsing this thread: 1 Guest(s)