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

Registering new user without password causes undefined function call #2481

Closed
Frenzie opened this issue Apr 3, 2016 · 1 comment
Closed

Comments

@Frenzie
Copy link
Contributor

Frenzie commented Apr 3, 2016

Steps to reproduce:

  1. Members > Registration > Register new member
  2. Don't enter a password
Fatal error: Call to undefined function generatevalidationcode() in /home/…/elkarte-1.1-test/sources/admin/ManageRegistration.controller.php on line 145

This is in 1.1.

@emanuele45
Copy link
Contributor

It's a missing

            require_once(SUBSDIR . '/Auth.subs.php');

@eurich eurich closed this as completed in ea41142 Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants