Top "User-registration" questions

Android login/registration with shared preferences

I'm new to Android. I'm doing an app for an university exam. I have to do an application for a …

android session login sharedpreferences user-registration
Troubleshooting "TemplateDoesNotExist at /accounts/login/" - Django auth setup

I am trying to get django-registration up and running on my newbie setup on Eclipse. I see that django has …

django templates user-registration
Is there a way to disable user-registrations completely in Wordpress?

I wonder if there is a way of disable user-registrations completely? I have a client that is really in no …

wordpress user-registration
Django - Foreign Key to User model

I want to create new model, something like: user_name = models.ForeignKey(u"Username", User), but when I try to …

django foreign-keys user-registration
Node.js - Send email on registration

I have signup form with the single email field. When an user enters its email I need to send a …

node.js email user-registration email-verification
Spring Security user account registration, creation and management

I've been looking into using Spring Security for the authentication/authorization of my web application (this will be JDBC based). …

spring authentication jakarta-ee spring-security user-registration
How can I avoid browser prepopulating fields in my registration form?

autocomplete="off" is not what I am after. Basically, on my registration form there are fields "phone" and "password" placed …

html browser markup user-registration
Joomla 2.5 - Modify registration form and logic

Hello I'm new to Joomla and I want to change the way an account is created (in Joomla 2.5): Change the …

joomla registration user-registration
Django UserCreationForm custom fields

I am trying to create form for user registration and add some custom fields. For doing that, I've subclassed UserCretionForm …

python django authentication forms-authentication user-registration