By romm on
Hi,
Tell you how to perform an automatic registration of a user in your web browser, for example:
http://mysite/?q=user&name=user1&pass=test
What would be your user name and password to send in the address bar.
Hi,
Tell you how to perform an automatic registration of a user in your web browser, for example:
http://mysite/?q=user&name=user1&pass=test
What would be your user name and password to send in the address bar.
Comments
You can't register a user by
You can't register a user by passing variables in the URL, as the registration is handled by the drupal form handler.
Not to my knowledge anyway.