user-registration Questions

8

Solved

I wonder if there is a way of disable user-registrations completely? I have a client that is really in no need of adding users. For me that would be an extreme measure of security. Of course I must...
Unknit asked 19/3, 2014 at 8:48

4

Solved

I've been trying for days now to take users who have just registered to my WordPress site and automatically log them in and then redirect them to a URL of my choice. By default, WordPress sends you...

2

I have my own Login page where user enters username/password. This username/password are used to login through Keycloak Rest API. http://localhost:8080/auth/realms/Demo/protocol/openid-connect/tok...

7

Solved

It seems pretty typical to limit user accounts to unique email addresses. So on my user registration form, I am doing email validation and returning a message like An account has already been re...
Aquila asked 7/1, 2012 at 20:5

2

Solved

I am trying to create form for user registration and add some custom fields. For doing that, I've subclassed UserCretionForm and added fields as shown in django documentation. Then I've created fun...

0

I am thinking of using Keycloak to handle authentication & authorisation of my application. So all the details of roles & users will be stored in keycloak. But I also need to have Users in ...

3

I am attempting to get a user registration endpoint setup for my rails application so that I can access the app's functionality in an iOS rendition. I've gone ahead and namespaced my API, and so fa...
Brendonbrenk asked 22/2, 2017 at 5:15

2

Solved

I'm building an installer with WiX to install a program, per machine (not per user), and it gives them the option to register the program. Registration involves entering user name and organization ...
Stanfill asked 27/10, 2017 at 16:58

0

I'm configuring Keycloak email verification for my website. I found the settings to require email verification for signups but that doesn't fit my use-case. My website can be used without verified...
Backer asked 3/10, 2017 at 19:48

2

Solved

I'm making a registration page for a website. I understand that in order for a new User to be created, an id is required, so we have the field: <input type="hidden" th:field="{*id} /> Howe...
Schooner asked 17/3, 2016 at 21:47

4

Solved

autocomplete="off" is not what I am after. Basically, on my registration form there are fields "phone" and "password" placed one above the other. (see screenshot) The "phone" field gets, annoyingl...
Emulation asked 4/12, 2011 at 22:27

2

I'm trying to learn OctoberCMS and I am confused about the complete process of extending plugins. I've extended the user plugin according to the screencast (https://vimeo.com/108040919). Ultimately...
Olympium asked 8/1, 2016 at 16:31

7

My last question was not clear so I am posting it with all clarification here. In the code below I want to show error messages using jQuery for registration form errors. Problem here is this code s...
Nara asked 10/10, 2015 at 13:26

1

Solved

Suppose I want to register a user (I'm using the User model located in django.contrib.auth.models). Assume this is my serializers.py: class UserSerializer(serializers.ModelSerializer): class Met...
Superhighway asked 6/5, 2015 at 19:37

3

Solved

I've been looking into using Spring Security for the authentication/authorization of my web application (this will be JDBC based). However, a core component seems to be left out from my perspectiv...

8

Solved

Context I am developing a survey website where anyone can vote once. Obviously I have to prevent multiple registrations for the survey to remain relevant. I force every user to login with their Goo...
Anent asked 24/11, 2011 at 17:45

1

Solved

I have signup form with the single email field. When an user enters its email I need to send a registration link. I've seen this Node.js example with signup form. But it has sendWelcome feature o...
Scion asked 12/1, 2012 at 16:33

4

Solved

For my current application I use a very simple scheme to register new users. When a new user registers an email is sent with a key. To check wether this key is correct a kind of checksum is compute...
Ronnieronny asked 9/1, 2012 at 18:59

2

Solved

I am trying to get django-registration up and running on my newbie setup on Eclipse. I see that django has a lot of helper views to handle login, logout, registration, etc within the include...
Tyranny asked 25/5, 2011 at 15:50
1

© 2022 - 2024 — McMap. All rights reserved.