Where is the user_signup code?

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Mythotical
Posts: 21
Joined: 24 Aug 2020, 21:47
Contact:

Where is the user_signup code?

Post by Mythotical »

I'm trying to find where between signup_page.php and signup.php the SQL query is initiated to insert new users after they click submit. I need to wrap in code just in case they failed the bot check or didn't do it at all.
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Where is the user_signup code?

Post by cas »

That is done via function user_signup which is located in core/user_api.php

Do yourself a favor and dive into the basics of Mantis, makes life much more easy :mrgreen:
Mythotical
Posts: 21
Joined: 24 Aug 2020, 21:47
Contact:

Re: Where is the user_signup code?

Post by Mythotical »

It's easier to ask and the specific file be pointed out. I am programming an entire site so I don't have a lot of time to devote to diving into each and every file but I may take a day to make notes of which files handle what to make finding things easier.
Post Reply