Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jimmi08 opened this issue Dec 19, 2023 · 0 comments
Labels
type: enhancement An improvement or new feature request

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Dec 19, 2023

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

@Jimmi08 Jimmi08 added the type: enhancement An improvement or new feature request label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement An improvement or new feature request
Projects
None yet
Development

No branches or pull requests

1 participant