This topic is locked
[SOLVED]

 How to change the login registration tables after-the-fa

10/4/2010 17:05:59
PHPRunner General questions
K
karmacomposer author

Attempted this and corrupted something, resulting in sql errors. It took loading an older backup to restore the project back to a working state.
I still need to add a field to the user registration page that new users use to sign up. The existing registration box simply asks for a username, password, verify password, email and a captcha. Now I need to add one more field after-the-fact. What do I have to do to make this work? I am wondering if the meltdown happened because I added the new field to one table, but since those tables were auto-generated, I messed with things????? I am not sure if I am wrong, but if i'm not, how do I re-do the user login settings/tables to make this new field work? The new field needs to be a drop down box with three possible answers. I know how to create the drop down box, but when I did so before and uploaded the built files, errors ensued.
Any help is appreciated.
Mike

Sergey Kornilov admin 10/4/2010

To add a new field to login table proceed to 'Datasource tables' screen, right click on your table and choose modify.
You can do the same using any third party program like phpMyAdmin or Navicat. Make sure to synchronize database with project after that (right click on list of tables on 'Datasource tables' screen).

K
karmacomposer author 10/4/2010



To add a new field to login table proceed to 'Datasource tables' screen, right click on your table and choose modify.
You can do the same using any third party program like phpMyAdmin or Navicat. Make sure to synchronize database with project after that (right click on list of tables on 'Datasource tables' screen).


Thank you. I'm stupid. I read the help file and found out where the Datasources area was. It now works. It was syncing the database that did it.
Mike