Hi list, becouse a requirement of one client i have <br>to program a Authenticate App, that authenticate<br>and also check if the user have permission for doing it.<br><br>I have been thinking to use the actual Authenticate module
<br>only with some changes. For check the rights of the user.<br><br>The first think i want to consult all is the password and rights <br>file to use:<br><br>I was thinking on a fiel with the next format:<br><br>account_code:password:list_of_rights_separte_by_comas
<br><br>i mean we can have somthin like this<br><br>0001:1234:4,3,6,10,78<br>0002:4532,12,5,3,1<br><br>And the command will be<br><br>exten _900.,1,AuthRights(/path/to/file|3|j)<br><br>this will search te user password and then check if he have the
<br>right 3. <br><br>I will start progamming this, i'm open for suggestions. <br><br>Alvaro Parres.<br><br><br><br>