Jump to content

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

Recommended Posts

Posted

I want to let users edit and delete only their own records. Can someone tell me how? I saw similar qestions a while ago but could not find the thread any more.

Posted

u can use tokens.

Users.fp5---------

[user_name]

[password]

[userID]

-----------------

when a user logges in set the token.x=UserID and then "dragg" that token arround and whenever user adds a record insert that token along withe the record.Next time arround (when user come to edit record) do a search for "user's records" meaning those records where there is a UserID match.

eg.

Inventory.fp5------

[item_name]

[date]

...

..

..

[CreatedBy]= UserID inserted

All the best!

Posted

Thanks for your suggestion. I only use passwords to define access previleges. I don't have a seperate database to hold user name and password. Is it possible to pass password as a token?

Posted

"Is it possible to pass password as a token? "

-- yeah...but do u want to record all the passwords along with the records?

remember passwords can BE_any_charachter!~@*

it would be faster to use just a number (UserID)

now is this on InstantWebpublishing or....?

Posted

This is customized web publishing without using web security database so that only password is checked for access previleges. I set up a dozon of passwords and I want to each validated user to create new records but only edit/delete the records he adds. In this way, passing passwords are not ideal.

Posted

"This is customized web publishing without using web security database "

-eeeeEEEeee

have u looked at

Web Security.fp5

-if ur using custom WP USE web security db

-if ur using IWP use Access Priv. by FileMaker

Posted

Don't laugh but my FM server admin does not make web security available to us so far. Besides validating both user name and password, what is other benefits using web security database? I do want to build a more secure web.

Posted

"Don't laugh but my FM server admin does not make web security available to us..."

Dump the entire project in this idiot's lap! Wash your hands of such troglodites! laugh.giflaugh.gif

Posted

epicurious said:

Don't laugh but my FM server admin does not make web security available to us so far. Besides validating both user name and password, what is other benefits using web security database? I do want to build a more secure web.

Is this FM server admin someone who understands FM on higher level than you are?

Or is this just plain system admin, who doesn't have clue about FM?

This topic is 7875 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.