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
10
votes
1 answer
Registration Free Com and dll manifests
I'm trying to setup registration free COM, but have a slight problem in that I another COM object may be the client.
App.exe----->COM Server/Client dll(registered or not)-------->COM Server DLL (NOT Registered)
My questions is, is it possible to…

Steve
- 6,382
- 3
- 41
- 66
10
votes
3 answers
Django registration and multiple profiles
I'm using django-registration in my application. I want to create different kinds of users with different profiles.
For example, one user is a teacher and another user is a student.
How can I modify registration to set the user_type and create the…

Ste
- 101
- 1
- 3
10
votes
4 answers
Plug and play login system?
Does anybody know of a plug-and-play login system that supports existing logins like Google and OpenID?
I am looking to implement something similar to that of Stack Overflows.
Thanks!
RPX is indeed what I was looking for. Are there any other…

Yuval Karmi
- 26,277
- 39
- 124
- 175
10
votes
1 answer
not working
I'm trying to implement Facebook registration on a website. Without the onvalidate parameter, everything works as one would expect it to, but when including it everything seems to break down (no errors thrown, form does nothing).
Here is my…

Navarr
- 3,703
- 7
- 33
- 57
9
votes
3 answers
FluentValidation: How to register all validators automatically from another assembly?
I'm using "FluentValidation.AspNetCore" library (Version="8.6.2") for a .Net Core project.
What I would like to do is to register all my Validators automatically in Startup.cs class, using something like this (which is what I'm using…

letie
- 704
- 2
- 10
- 20
9
votes
1 answer
Understand Op Registration and Kernel Linking in TensorFlow
I am fairly new to TensorFlow and right now looking into the custom op development. I have already read the official tutorial but I feel a lot of things happen behind the scenes and I do not always want to put my custom ops in user_ops directory.
As…

Abhi
- 111
- 1
- 3
9
votes
3 answers
Simple registration algorithm for small sets of 2D points
I am trying to find a simple algorithm to find the correspondence between two sets of 2D points (registration). One set contains the template of an object I'd like to find and the second set mostly contains points that belong to the object of…
user5745159
9
votes
4 answers
Laravel 5: override the default view for Registration page
I want to change the auth process to use another view template. E.g. instead of resources/views/auth/register.blade.php it shall be used resources/views/register.blade.php.
But I struggle to find the code where this view is called.
The only place…

jerik
- 5,714
- 8
- 41
- 80
9
votes
4 answers
setKeepAliveTimeout is deprecated in iOS9
The current API changes for iOS9 state that -setKeepAliveTimeout:handler: is deprecated.
Up to now, this was the only way that a VoIP SIP app on iOS could maintain its registration with the SIP-server.
This technique is used by various apps like…

chriscap
- 111
- 1
- 4
9
votes
2 answers
Providing or Filtering assemblies when registering areas for an ASP.NET MVC 2.0 application
I have a large application that currently exists as a hybrid of WebForms and MVC 2.0. Startup of my application is dreadful, and the culprit is primarily because of the AreaRegistration.RegisterAllAreas call. More specifically, that it is using the…

moribvndvs
- 42,191
- 11
- 135
- 149
9
votes
4 answers
Hook into Drupal registration and validate user info against business logic
I want to hook into the registration module. I already have a database of 50000 users who use my old website. Now I am migrating to Drupal.
I still haven't migrated the entries to drupal database. I will be checking against my old database.
When a…

user266803
- 1,088
- 1
- 8
- 9
9
votes
2 answers
Django register and login - explained by example
Can someone please explain in details how to make a registration and authentication in as easy words as possible ? I made authentication (login) with django.contrib.auth but what I want to get is a full register(social/non)+login. Already saw the…

boldnik
- 2,547
- 2
- 27
- 32
9
votes
3 answers
Edit woocommerce Login register page
I am using woocommerce for an eCommerce website. I want to add one more field in Login Regiser page. On this page there are three fields in registration (Email, Password and Re-enter password) and I want to add one more field for phone number.
Can…

user1321381
- 91
- 1
- 1
- 3
9
votes
4 answers
Yii register CSS file, to be the last one (after assets)
Is there a way in Yii to register js or css files to load them after those loaded by the assets manager.
I use a css file to override styles from some Yii extensions, but Yii includes my file before the assets generated by the extension.
I know I…

Philippe Boissonneault
- 3,949
- 3
- 26
- 33
9
votes
7 answers
How to register Windows Phone 8?? What is Windows Phone IP Over USB Transport(IpOverUsbSvc)?
I have got a Windows Phone 8 and am trying to register it with the developer account.
I am using the tool "Windows Phone Developer Registration" that comes with Visual studio 2012.
But when I try to register, I get a message
"For Windows Phone8…

DeveloperLove
- 567
- 2
- 8
- 16