X-Git-Url: http://git.onelab.eu/?p=myops.git;a=blobdiff_plain;f=web%2Fquery%2Fvendor%2Fcouchapp%2Fevently%2Faccount%2FloggedIn%2Fdata.js;fp=web%2Fquery%2Fvendor%2Fcouchapp%2Fevently%2Faccount%2FloggedIn%2Fdata.js;h=dc2070034a7415b38a4b395bbd05159cdb4bd329;hp=0000000000000000000000000000000000000000;hb=85070b3d456667f238051af1a2f1f2a0c12300ab;hpb=607f0e13927eb18075c375fa9ba5527da4fcbb44 diff --git a/web/query/vendor/couchapp/evently/account/loggedIn/data.js b/web/query/vendor/couchapp/evently/account/loggedIn/data.js new file mode 100644 index 0000000..dc20700 --- /dev/null +++ b/web/query/vendor/couchapp/evently/account/loggedIn/data.js @@ -0,0 +1,7 @@ +function(e, r) { + return { + name : r.userCtx.name, + uri_name : encodeURIComponent(r.userCtx.name), + auth_db : encodeURIComponent(r.info.authentication_db) + }; +} \ No newline at end of file