Harold R. Knieriem

Results 3 comments of Harold R. Knieriem

@signalpoint Thank you for you quick response, and I apologize for the lack of Markdown. This is my first GitHub issue. They are both on the same domain, currently: ```...

@signalpoint Here's the start of my app.js. ``` javascript (function() { var app = angular.module("salessheet", ['angular-drupal']); app.run(['drupal', function (drupal) { drupal.user_login('admin_hfa', 'Pass1234').then(function (data) { if (data.user.uid) { alert('Hello ' +...

@signalpoint Yes. The connect function returns `data.user.uid` as 0 and the `data.user.rules` object comes back as 'anonymous user'.