e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
318 stars 212 forks source link

[Feature request]: use e_SIGNUP constant in signup handler instead of hardcoded file name #5157

Open Jimmi08 opened 6 months ago

Jimmi08 commented 6 months ago

Motivation

Allow the possibility to use the inbuilt feature for custom signup page - file customsignup.php

Proposed Solution

Replace $row['activation_url'] = SITEURL."signup.php?activate.".$row['user_id'].".".$row['user_sess']; With e_SIGNUP

Alternatives

Maybe some redirection?

Additional Context

No response