user-registration
Prevent multiple user registrations to game a referral system
I\'m working on a free service web application where a user registers with username, email, password... standard us开发者_StackOverflow社区er account stuff. There is a referral system where if the use[详细]
2023-02-05 05:03 分类:问答Do you make first and last name required fields in your web applications?
I was wondering if I should make mine mandatory or option开发者_开发技巧al. I\'d be more likely to register for a site without having them required, and most sites don\'t require a full name (or even[详细]
2023-02-01 23:24 分类:问答Rails: using validation for user register/login
I have a simple User class with the following validation of name uniqueness: class User < ActiveRecord::Base[详细]
2023-01-21 18:28 分类:问答Advantages/disadvantages to user registration and login methods
Take the following three user registration/login methods (or add your own): with OpenID with Email Address + Password (not OpenID)[详细]
2023-01-21 05:26 分类:问答Storing user's avatar upon registration
I have an extended UserProfile for registering new users. My user_created function connects to signals sent upon registering basic User instance and creates new UserProfile with extended fields from m[详细]
2023-01-05 08:58 分类:问答How can I securely check if a username is already taken?
I have a form where someone can c开发者_开发问答reate a new user. I\'d like to add some AJAX to check if a username is taken, as soon as the input field loses focus.[详细]
2023-01-01 18:04 分类:问答Customized User Registration Form
i have made user-register.tpl.php file. And i have set many text field in that. But now i need that....[详细]
2022-12-29 00:21 分类:问答Can anyone explain the difference between closure and anonymous functions?
I am relatively new to Javascript. I understand the concept of anonymous functions - but closures seem less clear. The similarity between the two (in my mind atleast), is confusing.[详细]
2022-12-17 20:24 分类:问答