The user-registration tag has no wiki summary.
0
votes
0answers
13 views
Gravity forms user registration - undefined method
I am trying to use the Gravity forms user registration and when I click on register it says :
Fatal error: Call to undefined method BP_XProfile_Field::bp_xprofile_field() in C:\Program Files ...
0
votes
0answers
4 views
WPMU enable registration for one of networks sites
The problem I'm faced at the moment is: user registration on WPMU.
I know there is a gobal setting in Network Settings to enable/disable user registration.
I did enable it... and now... I need to ...
1
vote
1answer
37 views
Check the username before registering in Wordpress
I created script for checking username before registering, but it does not work. It returns mistake.
It is script in functions.php:
function check_user_login_init(){
/* Подключаем скрипт для ...
0
votes
0answers
21 views
FosUserBundle : Best way to add another form after register form
I have several forms to complete the user registration of fosuserbundle.
I know it's possible to add some field in the user, but i want to add complete form with their proper twig vue and controller.
...
-9
votes
1answer
117 views
Make a login and registration form in the same page [closed]
Well basically I meant how am I going to code login form and a registration form with php I want it to look like a big source code I want all my php source code to go at the top of the page before ...
-2
votes
2answers
79 views
How to register the new user through JSON in android? [closed]
here json response is,
[{"userid":"1","username":"","firstname":"","lastname":"","email":"","password":""}]
Thanks in adavance
url is,
http://aleedex.biz/game/users.php?action=new
1
vote
2answers
58 views
User registration form change Username to name [closed]
I want to change the label of a registration form from 'Username' to name. I had used 'String overrides' module. But its not effecting. Is there any way out. please help me out.
0
votes
0answers
18 views
“delete users” Joomla 2.5
We want to give a functionality to a registered users to remove their registration. Is there a functionality or extension which allows registered users to delete or de-register themselves.
with ...
0
votes
0answers
51 views
Adding Custom field in a signup form not working
I have used the following code in functions.php to add some custom field to my registration form and add it to the db in the wp_usermeta table. But dont know why it is not working. I am using a custom ...
0
votes
0answers
95 views
let user select role upon registration in wordpress Facebook-AWD plugin
I would like to use this plugin Facebook-AWD plugin for wordpress, my site would provide to ways custom registration (normal and register with facebook). users must select their role ' ie :buyer and ...
1
vote
1answer
82 views
django-registration vs scratch registration implementation for admin-activated accounts
I need to implement a fairly simple registration workflow:
User fills a registration request (form).
Admin(s) recieves a notification about the registration request. (maybe)
Admin(s) activates ...
0
votes
0answers
29 views
creating a seperate user in magento
In the apllictaion there have two types of users.
1.Special user
2.Normal user
The magento have default registration and login for users.
So in my apllication i decided to set this default ...
0
votes
1answer
35 views
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 ...
2
votes
0answers
72 views
Facebook registration plugin - remove undo popup
In a rails application, I implemented facebook registration plugin
However, After clicking the "Register" button, the user is getting an undo dialog. I've observed several sites that also use the ...
-1
votes
1answer
155 views
the encryption of joomla user registration
how can i change the password encryption of new users in joomal.
i tried to modify the
getSalt($encryption = 'md5-hex', $seed = '', $plaintext = '')
and
getCryptedPassword($plaintext, $salt = '', ...
1
vote
1answer
32 views
How to pick up true or false from function
I am currently writing a isRegistered function. This function is written within a class called User. This is the code:
public function isRegistered($email){
$ir = ...
0
votes
0answers
54 views
Registration through Facebook Plugin
I have a rails3 application. The website allow users to sign up through Facebook only. It is using facebook registration plugin for this purpose. Facebook Registration plugin provide some prefilled ...
1
vote
1answer
44 views
Web app is in Users Facebook Apps section as approved but Facebook not returning verified==true
I am using Facebook PHP SDK. There are some Facebook users that can't register or login with my site.
$user_profile = $this->api('/me');
Everything is working for most Facebook users joining the ...
0
votes
1answer
374 views
FOSUserBundle: using event listener to save related registration data
I've just updated to the latest version of FOSUserBundle that does away with FormHandlers.
Each User in my app has a "Home" and I am using the registration form to capture info about the Home when ...
1
vote
2answers
152 views
create new if already exists PHP
I am creating a random user ID, but I would like to check if the ID already has been used (very unlikely but the chances are there), but somehow this doesn't work. When I look in the database, there ...
0
votes
2answers
308 views
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 ...
0
votes
3answers
43 views
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(
...
0
votes
0answers
16 views
Protecting files with a registration process
I need to restrict an audio podcast page to registered users, but I also need to restrict access to the audio files themselves if a registered user shares direct links with non-registered people. So ...
2
votes
1answer
666 views
How to achieve multistep in Drupal 7 default user registration form
I need to create a user registration form in Drupal 7. My requirement is as follows:-
I want to use the default Drupal 7 User Registration Form i.e admin/config/people/accounts
Form must appear in ...
1
vote
1answer
88 views
Profile 2 Module Shows normal user Registration form elements on every form
We create Different Registration form for some specific users using PROFILE2 Module
But normal user registration form element appearing on every user registration form.
like username >> email >> ...
0
votes
2answers
51 views
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 ...
2
votes
0answers
637 views
Facebook login button javascript
i stuck with facebook login button, logging in works well, but when i log out from the site through logout.php, it keeps me logged in on facebook button(but logged out from the site!)
Please help ...
0
votes
0answers
47 views
Using datetime.utcnow() with web2py
I'm developing an app with web2py and have this custom registration form in my db.py file
db.define_table(
auth.settings.table_user_name,
Field('email', length=128, default=''),
...
0
votes
1answer
752 views
Symfony2 auto-login after registration
I already searched this topic, but it didn't help me.
How to authenticate user after registration?
Where is my error?
security.yml
security:
providers:
#chain_provider is used here to ...
1
vote
1answer
45 views
Overriding registration page
I'm using drupal v7, and I wanted to override the registration form.
The custom form will be a client-side 3 steps registration, using jQueryUI.accordion.
Solution with a new module:
reg.module: ...
1
vote
1answer
482 views
Frustrated by Django User matching query does not exist message
I'm trying to implement a user registration page in Django. Seems like a simple task, but I'm getting an error I just don't understand. Here's my view:
def registration_page(request):
if ...
0
votes
1answer
539 views
MVC4 Email verification websecurity token as querystring parameter, is it safe?
For security reasons I hate sites that use querystring parameters.
For my registration process, I'm sending a websecurity token via email to users who register. The user checks their emails and ...
1
vote
1answer
791 views
ASP.Net MVC 4 How to create a simplemembership account without a password
I am building an MVC4 app in which users will be registered by a site admin. The site admin will enter everything but the password of course. I then generate a token and send via email for them to ...
0
votes
2answers
356 views
Add field for a 10 digit number in user registration form in Drupal 7
My user registration form has a field for contact number (mobile number) which is 10 digits long. I used a normal integer field which gives me "Out of range" error
PDOException: SQLSTATE[22003]: ...
0
votes
2answers
547 views
Unique field in user registration form in Drupal 7
I am working in drupal 7. I need a field in the user registration form which needs to be unique. It is an integer field which stores the ID of the user. I have been searching around for a few hours ...
0
votes
2answers
210 views
Customer must register when open site in prestashop
I have problem in registration area when my site is opened by any customer he must register in my site than after he can access the site.
Is there any option in prestashop .. ?
Thanks,
Bhavik M.
0
votes
1answer
37 views
Google Apps in Domain
I'm thinking about using google apps for my website so I can use the email service, calendar to display events, and docs so that the user can upload files and it will be saved to google docs. But I ...
1
vote
1answer
685 views
PHP Authentication Library [closed]
I'm trying to implement user login part of my website. I thought it would be much easier just to use a library rather than write a 1000 lines of code to reinvent the wheel. So I'm just trying to get ...
0
votes
1answer
99 views
User login and management integration into single page site
So I finally finished designed and building my website, it is a single page (Front.php) that displays all the menu options including register where the user can register and then the information gets ...
0
votes
2answers
58 views
Creating a User registration webpage [closed]
I've created my website with a registration form, that validates and inserts information into a database at the end. The thing I need to do now is have the user be able to access the account he or she ...
0
votes
1answer
625 views
Validation not working for Joomla registration form
I have joomla site with Version 1.5.23.
I am new to joomla and php but in the existing site I am trying to add "Sign up for mailing list" functionality.
For this I have added:
<a ...
0
votes
2answers
243 views
Which framework to use for web-based user management: self-registration, login pages [closed]
We need to create a User Management (UM) tool that
lets new users register themselves over the web, users must be able to assign themselves to a hierarchy of groups or ask for a new group to be ...
-1
votes
1answer
57 views
How to recognize user when logged in using different ways [closed]
SO is using multiple ways for user to get logged in, like using emails addresses from gmail, yahoo, facebook, stackexchange and open ID.
User might can use e.g; gmail and enjoy SO for few days and ...
0
votes
1answer
372 views
how to do Push Notification using GCM in android
Currently C2DM has moved to GCM, and i am in an starting stage in using GCM, can any one guide me what are the process to use GCM in android, how to register the device.
thanks in advance.
1
vote
1answer
280 views
Symfony2 user registration form example from official docs
I suppose there is something wrong in this example for a simple user registration form in Symfony2.x. In particular, I suppose that there is no setting of the user data. For instance, the setUser() ...
1
vote
1answer
111 views
Email async validation with facebook registration form
As facebook says
For privacy reasons, the input to your function will be only the custom fields you requested, on blur or submit.
Indeed email is not custom field but when user clicks on "x" ...
1
vote
1answer
141 views
Alternatives to email verification in sign-up
I have read that users find annoying having to verify their email so they can complete a simple registration, however removing that extra step and using CAPTCHAs to deal with bots leads to the ...
1
vote
1answer
83 views
Database design: users and guests
I have two types of people on my site, users and guests. Virtually they are the same, except for creation/auth processes.
At the moment I have two tables:
t_users
userId[PRIMARY, AUTOINC] ...
3
votes
2answers
2k views
Facebook Registration plugin: “invalid_id” when logging out
I've just set up a Facebook Registration plugin here http://www.lexpressproperty.com/en/register.
I works like a charm but I encounter the following issue: whenever a user wants to logout (using the ...
0
votes
2answers
616 views
How to Disable the CreateNew Account Tab in drupal 7
How do i disable the Create New Account Tab in Drupal 7. I have created a new an alternative registration form using drupal username and password form but i do not want the create new account tab ...



