• I am writing a plugin at the moment that grants 24 hours access to wordpress. It stores temporary users in a separate table to the main users table. I need to add a function that forces the login to look at the extra table to check is a user is valid and is still granted access. Any ideas?
    As well as this, once I add a user to the database via a form in the sidebar they are submitted fine but I cannot return to the page that came from. What am I meant to do to return? Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bionicdrew

    (@bionicdrew)

    I have solved the second problem, but I still need to find a way to alter the login process so it checks two tables.

    Thread Starter bionicdrew

    (@bionicdrew)

    In fact i’ve solved both of the problems by putting the users into the users table and adding extra fields. Now the only problem is i need to check those extra fields on login. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to check an extra table on login’ is closed to new replies.