I\'m trying to create a user registration page based on cakephp cookbook. When I click the register button, the password displays the hashed value with password symbol (ie. 40 dots) and since, i\'m
I am trying to create a script that verifies (activates) the users account from a variable that is sent to them in their registration email.
I have an Active Record Model for Users in my application, and I was hoping to re-use this model for the user registration form. The user registration form has a few fields which I don\'t want to stor
I\'ve installed CiviCRM with my drupal installation, and I am creating a custom theme.What is a good resource for utilizing CiviCRM elements in the theme?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I am creating my first web application and want to setup a user authentication scheme though which users can be authenticated and their data c开发者_C百科an be recognized by the database.
I\'m a Drupal newbie, but have successfully installed it at a CentOS 5.5 Linux, PostgreSQL 8.4.7, PHP 5.3 machine.
During r开发者_开发百科egistration, I save things like username, password(secured), user data from the registration form. What other data is common to save. Is storing the ip address from which the us
I need a CMS which fits the following requirements: 1) It allows to set up registration process in the following way:
I\'m using Google\'s user api on Google App Engine for authentification. As nearly everyone have a Google Account and api is easy to implement, that solution is convenient.