A litle question to appgini 5.31

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
table_otto
Veteran Member
Posts: 30
Joined: 2015-05-12 13:05

A litle question to appgini 5.31

Post by table_otto » 2015-05-12 13:12

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

User avatar
a.gneady
Site Admin
Posts: 1354
Joined: 2012-09-27 14:46
Contact:

Re: A litle question to appgini 5.31

Post by a.gneady » 2015-05-12 20:39

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.
:idea: AppGini plugins to add more power to your apps:

table_otto
Veteran Member
Posts: 30
Joined: 2015-05-12 13:05

Re: A litle question to appgini 5.31

Post by table_otto » 2015-05-14 11:26

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.

Post Reply