Questions tagged [user-registration]

508 questions
0
votes
1 answer

WordPress Recommendations

I'm pretty adept to Wordpress and handling databases via PHP, but I'm struggling to think of a solution for a client. The client wants a Wordpress site that allows its users to register for an annual golf tournament that they are hosting. With…
Murphy1976
  • 1,415
  • 8
  • 40
  • 88
0
votes
1 answer

JPA User Registration

I am facing problem with JPA. I have a problem where I need to insert new user and setup its relationship with user at the same time. ==> Database Design is as…
0
votes
1 answer

Rails two step signup with devise - Errors

I am trying to set-up a two step signup process using Devise in Rails and followed this tutorial by Claudio Marai. When I enter the e-mail address in the form (first step), I get an error telling me there was a routing error and that it couldn't…
0
votes
1 answer

User registration server-side wizard with Devise authentication

All the authentication plugins I've seen are implementing one-page user registration - user enters all his fields and then they are submitted at once. So the Devise authentication does. Bun now we have requirements to do multi-page registration…
Paul
  • 25,812
  • 38
  • 124
  • 247
0
votes
1 answer

Java Client-Server communication to register a product

I'm looking for some advice on the simplest way to create some product registration communication. I have a Java desktop application that needs to be re-newed every year. When a user downloads and install this app (through JNLP) they get a limited…
Thorn
  • 4,015
  • 4
  • 23
  • 42
0
votes
1 answer

One-click Registration - am I missing something here?

I'm trying to implement a 'one-click' Facebook registration process on my site. I'm getting extremely wound up because on other sites with what I want, they just have a 'Register with FB' button which they click and they're instantly given an…
creamcheese
  • 2,524
  • 3
  • 29
  • 55
0
votes
1 answer

Wordpress : Page that can be viewed only by members and if not a member than show them a registration page

I am trying to create a sampling process , where a user need to register or login to view my sample pdf documents , and once they register the user should be given a role as a sampler . I am not a pro at wordpress but am learning . Can u guys…
nestrocuation
  • 219
  • 1
  • 4
  • 9
0
votes
2 answers

C2DM registration failed because same auth_key

I'm currently testing my c2dm app on a notebook. I used two emulator to test the communication between my server & client devices. The problem is the second device failed to register to my server because it has the same [auth_token] as the first…
-1
votes
1 answer

PHP AJAX Registration form submission tutorial

Can anyone please help me in finding good tutorials for php/jquery/ajax form submission validating each of the fields from the php code(server side validation). I have seen many tutorials on the web, but most of them show validating errors as a…
Safi Baig
  • 89
  • 1
  • 3
  • 12
-1
votes
1 answer

Why does my django allauth verification email send from 'example.com' after the domain and display name have been changed?

** SOLVED - see my answer below ** I'm using Django allauth to send verification emails when users register for an account. However, the emails continue to send from 'example.com' and to include the default message (also from example.com). So far I…
-1
votes
2 answers

How can single user registration and login work for separate Laravel applications

I need to set up a single user registration and login page to work for separate Laravel applications or projects, such that if a user registers on the first application, he or she can use that profile to login into the other application without…
iamdeed
  • 354
  • 4
  • 19
-1
votes
1 answer

MVC Identity - User Overview with AspNetUser

I'm new to MVC Identity and have a problem. I want to implement a User overview for the admin, where he can edit/delete them. I use MVC identity for Registration and Login, so registered users are saved in the aspnet tables in the db. But I have an…
-1
votes
1 answer

How to fetch specific user data from MySQL in php, based on logged In User

I'm trying to fetch data of specific (User who is Logged In) User but I'm unable to do that. I have written a code which can fetch complete data, but I want to fetch data of specific user only. I have tried using WHERE username="$username" and other…
vaibhav
  • 1
  • 1
  • 2
-1
votes
1 answer

How to create application with users

I'm creating a program that will allow groups of people (e.g flatmates) to manage their funds. I want people to be able to download the app and have different users that will interact with each other. I can't seem to find a platform that will help…
-1
votes
1 answer

When queue start then given verification link doesn't work

I want to send verification link when user registration. i am able to send verification link and it work properly when use php script like Mail::to($user->email)->send(new VerificationMail($user)); and it send link like ( …