How does phpcms remove registered email addresses?
Source: Internet
Author: User
How to remove the mailbox in phpcms registration requires that public & nbsp; function & nbsp; ps_member_register ($ username, & nbsp; $ password, & nbsp; can be registered only by submitting the user name and password; $ isemail = 0, & how does phpcms remove the registered email address?
Only the user name and password must be submitted for registration.
Public function ps_member_register ($ username, $ password, $ isemail = 0, $ regip = '', $ random = ''){
If (! $ This-> _ is_email ($ email )){
Return-3;
}
Return $ this-> _ ps_send ('register ', array ('username' => $ username, 'password' => $ password, 'regip' => $ regip, 'random '=> $ random ));
}
I can't find the position of the _ ps_send function after reading the above phpsso function to generate uid verification.
------ Solution --------------------
Does your development environment support jump directly to the function definition area?
Recursive search _ ps_send directly in the project folder is not supported
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service