We are getting a ton of spam user registrations on our site and I am taking steps to correct this (closing public registration, adding honeypot module). However, I can't figure out where people are even registering on our site. Is there a default page where users can register on Drupal sites?
On our website user page (yoursite.com/user) there is only an option to login but not signup. Any insight you can provide would be great.
In Drupal 6, using the Admin account. When I go to create a new user, the Add User menu item is missing. When I type the link manually [...admin/user/user/create], it gives me the following error:
Page Not Found
This web page allows administrators to register new users. Users' e-mail addresses and usernames must be unique.
The requested page could not be found.
I am still in my drupal nightmare (https://www.drupal.org/node/2464003) , but the first chapter; migration content is over..now I need to find correct (google) mapping solution.
EDIT: I just noticed that the field itself has disappeared during some recent updates, not sure why. Other CCK tokens work just fine.
Drupal 6.35
Pathauto 6.x-1.6
CCK 6.x-2.9
In my Pathauto settings, for a certain node content type I'm using the CCK token [field_subtitle-raw]. Ever since updating Drupal and a bunch of plugins, new aliases are using that literal string, with the square brackets and CCK field name.
This doesn't seem to happen with standard token fields (like [title-raw] for instance).