Changes between Version 1 and Version 2 of login-service


Ignore:
Timestamp:
Sep 6, 2013, 1:04:16 AM (11 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • login-service

    v1 v2  
    3737pass="$2"
    3838app_id="$3"
    39 out=$(curl "https://members.mayfirst.org:8080/check?user=$user&password=$pass&app_id=$3")
     39out=$(curl -s "https://members.mayfirst.org:8080/check?user=$user&password=$pass&app_id=$3")
    4040[ "$out" = "0" ] && exit 0
    4141exit 1