Does anyone know of a way to prompt for a password to be entered before a
script can be run??? I thought about having the script bring the user to a
password layout where they enter the password into a field, then the script
validates the entry in the field, but the entry is not encrypted and
therefore could be seen by other techs looking at that layout or even
looking over a techs schedule.
Any ideas?
Linda Dobinson
Director of Technical Operations
CP Internet
Assuming you get past that hurdle, you can either use the access privileges
to create groups, and test for the group name, using PattenCount() and
Status(CurrentGroups), or build a custom login system, using a separate file
to store users and track their usage, or a combination of both.
Groups need not be hierarchical-- two groups can have the exact same set of
privileges, but just be targeted differently (which would probably suit what
you need). But you've got to be able to get in there and do the work.
--
John Weinshel
Datagrace
Vashon Island, WA
(206) 463-1634
Associate Member, Filemaker Solutions Alliance
"Linda Dobinson" <ldob...@cpinternet.com> wrote in message
news:vj5o8.112$yv4....@newsfeed.slurp.net...
I'm not sure what you mean here, John. I do all kinds of modifications
with my files up. The only things I can't do are define fields (and even
then, I only take down the one file, edit the fields and then open it
back up, all from the remote server admin.
As for the passwords, if a FM developer is working in house on live
files, like the writer wants to do, the only viable option is to create
one's own password system like John talks about. Forget using FM
passwords in this scenario. I suggest one password that is the master
for all files that only the developer knows, and then one password that
all the users share, with different permissions allowed via scripting in
conjunction with the homegrown security system.
PB
--
John Weinshel
Datagrace
Vashon Island, WA
(206) 463-1634
Associate Member, Filemaker Solutions Alliance
"Paul Bruneau" <ethica...@mac.com> wrote in message
news:3CA10A2A...@mac.com...