Registration is a process through which a person or entity provides some necessary information about himself to the company or other entity he/it wants to be registered with.
Questions tagged [registration]
2747 questions
0
votes
0 answers
Hashing a text file
I am trying to create a registration and login application in python with TKINTER. I have a working program although it is not at all secure as user details are stored in a text file, I figured the best way to make it more secure would be to hash…

William Pearson
- 33
- 4
0
votes
1 answer
Registration flow is failing in jmeter and application throws You cannot proceed with such operation, your reCaptcha reputation is too low. Error
I am using Jmeter to automate the registration flow of the application.
I have used HTTP(S) Test Script Recorder and recorded the entire application flow. Once I fill the form and hit Register Button. The application is giving me
You cannot proceed…

Rashmi S
- 15
- 4
0
votes
1 answer
Failed to load resource : the server responded with status of 400
import React from 'react';
class Register extends React.Component {
constructor(props) {
super(props);
this.state = {
email: '',
password: '',
name: ''
}
}
onNameChange = (event) => {
…

Resham Saharan
- 1
- 1
- 2
0
votes
1 answer
Detecting the volume/overlap region in image registration for OCT data
I am working on image registration of OCT data. I would like to locate the regions/area in my targeted registered image, where image registration has actually occurred from the source images. I am working in Python. Can anyone please tell me what…

Bansari Vadgama
- 1
- 2
0
votes
1 answer
Username and Password Don't Match Output
I am in the process of creating a signup system using mysql and PHP. I have been able to connect the system to a database and it works for when the username and password entered are correct. However, when the username and password is not correct…

anand chokshi
- 1
- 3
0
votes
0 answers
php session restarts and doesn't save
I'm new at PHP. I have a problem. The session is not saved, but at the same time it is opened, session_status() returns 2, so session active. I think that it is re-created every time, but at the same time it is not visible "globally".Because every…

Sinan Isgenderli
- 1
- 1
0
votes
1 answer
Register a new user to Strapi
I am very new to strapi and trying to add a new user from postman but I'm unable to do that. It shows statusCode 403 . I understand that I have to give a permission to the specific role first but there is no permission shown for Users collection,…

Dragon
- 71
- 1
- 7
0
votes
1 answer
How to send verification email after registration form in extjs
How verification email is sent to user after filling in registration form? Let's say that I have a registration form as given in picture, and I would like to send the verification email to email entered in the form, so only after user confirms it, I…

zuriosam
- 115
- 1
- 9
0
votes
1 answer
React fetch error/response catching not working
I built a signup page that needs to check whether an inputted email is already taken.
When a duplicate email is taken, it gets stopped in the java spring api backend and returns a status of "400".
(I've also tried using the spring annotation…

ida nicole herbert
- 160
- 1
- 12
0
votes
2 answers
Sign-up email activation: How to deal with them not getting the email?
I have a simple web app and when you sign-up, you're emailed an activation link, which you need to click in order to enable your account and login.
What I've found is that some people are not getting that email, probably often because of spam but…

gio
- 991
- 3
- 12
- 24
0
votes
1 answer
need some help connecting wordpress registration form to infusionsoft
I'm new to all of this and I've tried searching myself but didn't find what I needed. I need to connect the default WordPress registration form to infusionsoft. So every time a new member registers, I get their email address in my contact list at…

Gotoinc
- 35
- 2
- 7
0
votes
1 answer
Update the primary contacts email address
I have an Issue with registering my company in the marketplace I am currently stuck as Unverified for using a free email service. (This was due to a browser autofill mistake during registration on the entry form. My account has been set as the…

shad
- 131
- 2
- 4
- 9
0
votes
1 answer
Create one time links in Django
I want to create one time links in Django but I have no idea where to start. The idea is to send a onetime registration link. The payload should contain information such as an email address and company name, so that when the customer clicks the link…

Mart
- 1
- 1
0
votes
0 answers
Android Studio Code in Java to take user input and display output
Here I am trying to take user input and display output in a Text View, but checkgen and checkuser is returning -1 despite of selecting them and also both the radio buttons are getting selected not any one of them, I want to display all the details…

diya-ing
- 13
- 4
0
votes
1 answer
CRM365 Custom Workflow registration problem due to .net Framework version
I have a CRM365 V9 installation on premise.
The application requires to create a custom workflow using C# and Visual Studio 2019.
Our target is to register it and be able to debug it using the plug in profiler.
Everything works as expected until we…

Maf
- 45
- 1
- 6