Page 1 of 1

A litle question to appgini 5.31

Posted: 2015-05-12 13:12
by table_otto
Hello,

I use appgini since a long time now - and for a new project I search for this:

Is there a way, to use an external table/table fields to grab the username, password and email so my members must register only one time on my entry page (its a xenforo forum)?

My litle new project you can find here: http://www.hobby-gartenteich.de/xf/link ... er-db.278/

Regards

Re: A litle question to appgini 5.31

Posted: 2015-05-12 20:39
by a.gneady
You need to create a custom script for reading the users info from your forum db and inserting it into the membership_users table of your AppGini application. However, the password field is usually stored as a hash in most applications and thus is not reversible to the actual password.

Re: A litle question to appgini 5.31

Posted: 2015-05-14 11:26
by table_otto
Hello,

all I have to do is to simply copy via cron every x time the username, userpw and insert this in the db from my appgini. Understand I this right?

That sounds not impossible... I will risk a look at this.