![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
i have a table of cards where each card is corresponding to one member (person) one field is corresponding to the login of the member beside this, in the security manager (?), i have set a group for the members, set that they are allowed to connect via the web, and what tables and fields they are allowed to read or to modify and i have made a login/password belonging to this group, for each member |
|
but, at the point where i am, if a member can access a kind of data for him, he can access the same data for all other members do you understand the problem ? i would have each member which can acces to his data but not to those of the other members |
|
i think that it ould be done if we could set the permission for a card not only to "yes" or "no", but as "if (login of the visitor = login field of the card) then yes, else no" but it seems to be not possible to do that :-( is it possible ? |
#3
| |||
| |||
|
|
In article (Dans l'article) fantome.forums.tDeContes-03F69D.2025...OT) proxad.net>, Thomas <fantome.forums.tDeContes (AT) free (DOT) fr.invalid> wrote (écrivait)*: i have a table of cards where each card is corresponding to one member (person) one field is corresponding to the login of the member beside this, in the security manager (?), i have set a group for the members, set that they are allowed to connect via the web, and what tables and fields they are allowed to read or to modify and i have made a login/password belonging to this group, for each member je souhaite mettre une base de données en ligne, accessible aux adherents de la société j'ai une table dans laquelle j'ai une fiche par adherent, avec un champ correspondant au login (choisi plus bas) de cet adherent parallelement, là où on gere les droits des utilisateurs (untel a le droit de lire / modifier telle table / tel champ, etc, vous voyez de quoi je parle ?), j'ai fait un groupe pour les adherents, j'ai fait les reglages pour les autoriser à acceder à la base par le web et pour dire ce que je veux qu'un adherent puisse lire/modifier ou pas, etc ... j'ai fait un compte (login/mdp) par adherent, appartenant au groupe adherent but, at the point where i am, if a member can access a kind of data for him, he can access the same data for all other members do you understand the problem ? i would have each member which can acces to his data but not to those of the other members j'ai veillé à ce que, pour chaque adherent, le login du "compte" (login/mdp) corresponde au champ login de la fiche de l'adherent mais au point où je suis arrivé, si un adherent a le droit d'acceder à un type de données (par exemple sa fiche adherent), il a le droit d'acceder à toutes les données de ce type (par exemple les fiches de tous les adherents) vous voyez le probleme ? j'aimerais, par exemple, qu'un adherent puisse acceder à sa fiche adherent mais pas à celle des autres ... i think that it ould be done if we could set the permission for a card not only to "yes" or "no", but as "if (login of the visitor = login field of the card) then yes, else no" but it seems to be not possible to do that :-( is it possible ? ... mais j'ai pas trouvé comment relier le login du "compte" au champ login de la fiche de l'adherent, pour definir les droits d'acces quelqu'un a une idée ? |
#4
| |||
| |||
|
|
hi :-) i have a table of cards where each card is corresponding to one member (person) one field is corresponding to the login of the member beside this, in the security manager (?), i have set a group for the members, set that they are allowed to connect via the web, and what tables and fields they are allowed to read or to modify and i have made a login/password belonging to this group, for each member but, at the point where i am, if a member can access a kind of data for him, he can access the same data for all other members do you understand the problem ? i would have each member which can acces to his data but not to those of the other members i think that it ould be done if we could set the permission for a card not only to "yes" or "no", but as "if (login of the visitor = login field of the card) then yes, else no" but it seems to be not possible to do that :-( is it possible ? -- Mon CV : http://tDeContes.hd.free.fr/divers/emploi/ http://palestine-hn.org/ http://www.aapel.org/bdp/BLpas_concerne.html "don't put your PC out of the window, put windows out of your PC" "petit Free qui devient grand, gêne les requins blancs" |
#5
| ||||||||
| ||||||||
|
|
Thomas, I don't know why nobody answered. Could it be because you didn't put any of the nice terms like, 'Hello', |
|
'please', |
|
'I would be grateful if ...' ? |
|
Anyhow, I think you take a wrong approach. |
|
The goal is that a given member could only see his own record, isn't it ? |
|
I don't think it is in the 'login', 'password' etc. section that you should do that - what if you had 10 000 members ? would create as much different passwords ? - |
|
you have to do that by yourself with the appropriate set of layouts (who are you ?) scripts (is he a member ?), other script (show him his own record on a proper layout, while everything else would not be accessible). Don't forget to add a way out though, for the guy not being stuck there. Etc. |
|
"Thomas" <fantome.forums.tDeContes (AT) free (DOT) fr.invalid> a écrit dans le message de news: fantome.forums.tDeContes-03F69D.2025...OT) proxad.net... hi :-) i have a table of cards where each card is corresponding to one member (person) one field is corresponding to the login of the member beside this, in the security manager (?), i have set a group for the members, set that they are allowed to connect via the web, and what tables and fields they are allowed to read or to modify and i have made a login/password belonging to this group, for each member but, at the point where i am, if a member can access a kind of data for him, he can access the same data for all other members do you understand the problem ? i would have each member which can acces to his data but not to those of the other members i think that it ould be done if we could set the permission for a card not only to "yes" or "no", but as "if (login of the visitor = login field of the card) then yes, else no" but it seems to be not possible to do that :-( is it possible ? |
#6
| |||
| |||
|
|
"Remi-Noel Menegaux" <rnmenegaux (AT) free (DOT) fr> wrote (écrivait) : Anyhow, I think you take a wrong approach. you're right, The goal is that a given member could only see his own record, isn't it ? exactly I don't think it is in the 'login', 'password' etc. section that you should do that - what if you had 10 000 members ? would you create as many different passwords ? - i don't know (but right now, there is arround 50 members, and then they will be added one per one) you have to do that by yourself with the appropriate set of layouts (who are you ?) scripts (is he a member ?), other script (show him his own record on a proper layout, while everything else would not be accessible). Don't forget to add a way out though, for the guy not being stuck there. Etc. well, you mean all (layouts, scripts, ...) in filemaker pro ? would you have a sample to show me, please ? No I don't have a sample to show. But yes I meant all done in FMP. Just |
|
would it use the authentification system of the http protocol, This I don't know, as I am not familiar enough with the Web part of FMP. |
|
or is it just an entry which isn't known to be a password neither by filemaker pro nor by the browser ? Well, I don't know, but I imagine you may ask him to choose a 'password' |
#7
| |||
| |||
|
|
"Thomas" <fantome.forums.tDeContes (AT) free (DOT) fr.invalid> a écrit ... "Remi-Noel Menegaux" <rnmenegaux (AT) free (DOT) fr> wrote (écrivait) : Anyhow, I think you take a wrong approach. you're right, The goal is that a given member could only see his own record, isn't it ? exactly I don't think it is in the 'login', 'password' etc. section that you should do that - what if you had 10 000 members ? would you create as many different passwords ? - i don't know (but right now, there is arround 50 members, and then they will be added one per one) you have to do that by yourself with the appropriate set of layouts (who are you ?) scripts (is he a member ?), other script (show him his own record on a proper layout, while everything else would not be accessible). Don't forget to add a way out though, for the guy not being stuck there. Etc. well, you mean all (layouts, scripts, ...) in filemaker pro ? would you have a sample to show me, please ? No I don't have a sample to show. But yes I meant all done in FMP. Just simple common sense on what you want to have to get the guy identified and what to do if yes and if not. |
|
would it use the authentification system of the http protocol, This I don't know, as I am not familiar enough with the Web part of FMP. |
|
or is it just an entry which isn't known to be a password neither by filemaker pro nor by the browser ? Well, I don't know, but I imagine you may ask him to choose a 'password' when new, ie creating his 'record' - actually a text that will be considered by your script as a password - put it with his ID and the rest in a hidden file (table) to which you will refer when he will idenfy himself when coming back to uour site. Then what if yes and what if not good. That what I mean by 'managing yourself the identification of the user and the rights he has', all in FileMaker. |
#8
| |||
| |||
|
|
but there is a problem (an example of security problem, if we didn't see it) : in the status frame, there is buttons which allow users to go where they want (notably a book-like button which allow to see all cards of a table i think) i can hide it, it appears hidden in the browser, but there is a little arrow on the side which allow users to show it do you know how to avoid users to use it, to be forced to use only the buttons that i put in the layouts, please ? (do you want screen images ?) |
#9
| |||
| |||
|
|
i have a table of cards where each card is corresponding to one member (person) one field is corresponding to the login of the member beside this, in the security manager (?), i have set a group for the members, set that they are allowed to connect via the web, and what tables and fields they are allowed to read or to modify and i have made a login/password belonging to this group, for each member but, at the point where i am, if a member can access a kind of data for him, he can access the same data for all other members do you understand the problem ? i would have each member which can acces to his data but not to those of the other members i think that it ould be done if we could set the permission for a card not only to "yes" or "no", but as "if (login of the visitor = login field of the card) then yes, else no" but it seems to be not possible to do that :-( is it possible ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |