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
A litle question to appgini 5.31
Re: A litle question to appgini 5.31
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.

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
-
- Veteran Member
- Posts: 30
- Joined: 2015-05-12 13:05
Re: A litle question to appgini 5.31
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.
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.