Questions tagged [user-registration]
508 questions
0
votes
1 answer
Openmeetings Add user/group with script
I'm playing around with openmeetings and was wondering if anyone knows how to write a script to automatically add a user or group. The idea is that I want to integrate it with a site so that any time a user registers on the site, they automatically…

neanderslob
- 2,633
- 6
- 40
- 82
0
votes
1 answer
Java code to query websphere 8.5 user registry
I am creating a custom Websphere TAI (Trust Association Interceptor) class. Here I need to check if user actually exists and is active in websphere based application.
For this I need to query Websphere registry.
Can someone give me Java code to do…

Kaushik Lele
- 6,439
- 13
- 50
- 76
0
votes
1 answer
How to use bp-members/bp-members-functions.php in child theme
I am altering bp-members/bp-members-functions.php bp_core_signup_user where if user type is 'XXX', sending out a mail with activation link. If user type is 'YYY', sending out a mail without activation link. It is working fine after coding.
I just…

Raghav
- 6,893
- 3
- 19
- 28
0
votes
1 answer
Trouble dealing with results from a SELECT query with MySQLI
The basic control structure I'm trying to get to work is to query the DB with the username and email, both of which are unique keys, and if either are in the DB let the user know that they have been taken and to please pick something else. The…

alephalpha0
- 111
- 5
0
votes
1 answer
Yii register form does not work
I write a user form for register in the usermodel but I don't set rules.
the log is said:
04:24:19.273058 warning application
Failed to set unsafe attribute "username" of "User".
in…

user2712836
- 68
- 7
0
votes
1 answer
Registration key generator
I am trying to create a program that creates random registration keys and stores it in the database.If the user/customer already has a registration code it displays that key stored in the database in a text box on click 'else' it generates a new key…

stash_man
- 319
- 1
- 8
- 15
0
votes
4 answers
Wordpress Custom User Taxonomies and Meta Data Registration Form
I have a whole bunch of things I'm using to accomplish what it is I'm trying to do... but in a nutshell, here is what I'm doing:
I've created custom user taxonomies to denote celebrations (anniversaries, birthdays, etc) When a user signs up (w/…

user2624620
- 31
- 5
0
votes
1 answer
Best Practice for User Registration using PHP + Phonegap
I'm currently developing an application for Android using Phonegap (HTML+JS) and PHP for server platform. And here are my current login process :
I stored a secret app id (let's call it an app_id) in the javascript which later will be stored on…

Yansen Tan
- 551
- 4
- 19
0
votes
1 answer
User registration and logging in a server for Node.js.
I am starting to take on a rather ambitious project (for my level of web programming experience). Suffice to say my level of web programming in rather minimal. I understand basic HTML/CSS/JS. Rather than going to learn everything from beginning I…

madu
- 5,232
- 14
- 56
- 96
0
votes
2 answers
Multiple steps user registration - relation between php session and javascript variables
I am doing in PHP/MySQL a user registration in multiple steps. Everything is on the same page. I have declared functions for each of the step and hold a variable of the current step (or next if certain conditions apply) in $_SESSION. I also keep the…

Cristian
- 2,390
- 6
- 27
- 40
0
votes
1 answer
what to do with this error?
I have had my script running on a localhost WampServer 1st which where it worked and then exported it to my online live domain.
After some adjustments i got the script partically working again but i am still getting below error
Call to undefined…

SteelDevil
- 29
- 8
0
votes
1 answer
Three upgradeable access level in joomla 2,5
i want to register diffrent level of users in my joomla site, i've installed also CB(community builder). now i would like to register 3 types of users in my site in three level, mean guest(default users), newsletter, limited user(testers), club…

Re_Paya
- 71
- 8
0
votes
2 answers
Creating additional validation steps for user registrarion in Liferay
I'm trying to add some validation steps to the user registration process in Liferay, but can't seem to find the right place to do so.
As far as I know, there's no event where I could add my own code when creating a new user (contrary to the login…

mduck
- 197
- 1
- 6
- 23
0
votes
3 answers
Cannot register the new user if the table is empty
$query = "SELECT username, email
FROM members
WHERE username = :username OR email = :email";
$stmt = $sql->prepare($query);
$stmt->execute(array(
':username' => $_POST['username'],
':email' =>…

Alegro
- 7,534
- 17
- 53
- 74
0
votes
2 answers
Django User Registration Issue
Django newbie, running on Ubuntu 12.04, Django 1.3.1 and apt-get install python-django-registration.
Trying build a demo site to use the user registration module. I followed the steps from http://lightbird.net/dbe/forum3.html. But when I try to…

Midson
- 1,018
- 3
- 12
- 23