Jump to content

user registration unique


This topic is 8277 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a registration facility for my users, where I want them to enter a username, password and their email-address. How can I test whether the username they enter was registered before?

I was thinking about using some kind of redirect-page which searches for the username and if it doesn exist, will register the new username. But I don't know how to remember the password and the email-address that were entered on the first page.

I could store all the details in cookies, but is there another possibility? Some script in Filemaker that sends an error-message if the field-entry is a duplicate?

Link to comment
Share on other sites

Hi,

Was struggling with the same problem, when I made my Username & email fields "unique" in the FileMaker Field Description.

Then I just tagged the error to show a 'Please try again' page.

To show the user which of the fields existed, I ran a search on the two parameters, and showed the results.

Hope this is of help.

Rgds, Partha

Link to comment
Share on other sites

Partha, although I was extremely unclear in my question, you still managed to answer it! :-)

What actually answered my question was when you said:

"when I made my Username & email fields "unique" in the FileMaker Field Description."

I didn't know there was an option like that. Now I know, I found it, and everything is fine!

Thanks a lot!

Link to comment
Share on other sites

quote:

Originally posted by AndreasBoehmer:

Partha, although I was extremely unclear in my question, you still managed to answer it! :-)

What actually answered my question was when you said:

"when I made my Username & email fields "unique" in the FileMaker Field Description."

I didn't know there was an option like that. Now I know, I found it, and everything is fine!

Thanks a lot!

This is just my two cents, but I think it may be a bit tricky to turn on unique in the filemaker field options - in terms of solving your problems that is. Yes it will work, but if someone submits a record and it is not unique, a message will appear in the Filemaker program. Some of these error messages remain until someone who has access to the filemaker program closes the message and solves the problem. In other words, this might stop other people from creating records until the error message is dealt with on the server machine. This is also one of the reason why using cripts can be a bit tricky.

The safest bet would be to do the find to see if more than one exist and then display a suitable page.

Again, I'm not one hundred percent certain about this, but just thought I'd mention it.

Link to comment
Share on other sites

Yes it is quite possible to affect adversly a database from a web page in a way quite unexpected when a field has been formatted as "unique". The answer, quite frankly, is the intelligent use of the exact search feature.

I keep talking about this. I've posted the links to find out about it several times and places on these forums. I've even posted code showing how to structure it. And I've suggested that understanding that feature can allow the developer additional options, such as understanding how to search a range, etc.

And yes, you were extremely unclear. My first answer was quite specific to what you asked.

And you do not need a script to perform an exact search of two or more fields. There are other reasons to avoid using a script unless you have a workaround. As I've stated before, I have developed a workaround that does allow scripts to be run successfully without causing problems in the database or misinforming the client.

Link to comment
Share on other sites

This topic is 8277 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.