Questions tagged [accounts]

205 questions
0
votes
3 answers

Writing a system for User Accounts

I am building my own blogging website from scratch (instead of using WordPress or Drupal). I have the articles set up and stored in databases and the website runs queries on the databases to display the content. How do I write a system for users to…
Samwhoo
  • 312
  • 1
  • 8
0
votes
2 answers

Create multiple Google accounts as a developer

I am a web developer, and offer the creation of Google Analytics accounts for clients. To save them messing around with veifying email accounts, I like to create them a gmail account, get it all set up then just send them the password. However,…
user2029459
  • 13
  • 1
  • 4
0
votes
1 answer

Accounts package doesn't work in meteorite 0.5.9 test release

I have been working on meteor since the 0.5.1 release. Now with the 0.6.x releases some of my functions don't work any more... With the Meteor --release I can only simulate 0.6.0, but not 0.5.7 for example... I tried meteorite with mrt create test…
dome12b
  • 583
  • 11
  • 32
0
votes
1 answer

Working with accounts and data

In the next phase of my chat room application I want to work with user accounts. I want to do the following. Require user to create an account or login to post a message (when logged out the message area will be replaced with a bootstrap alert…
SmashBrando
  • 265
  • 1
  • 3
  • 12
0
votes
1 answer

Postgres SCHEMA isolation

I was wandering if it's possible to create a user on a postgres database (version higher than 8.3) which could access only a certain specified schema. The problem is, that on my database I have a few schemas. If I revoke all privileges from a…
VR3637
  • 35
  • 1
  • 1
  • 5
0
votes
1 answer

how to make my app as calendar data source in windows phone?

I am creating an app which has its own calender. So any event added to that calendar should also be shown in the original calendar in windows phone 8. This is what happens if we add facebook to my phone. Facebook becomes one of the data source of…
S. Swaroop
  • 411
  • 1
  • 6
  • 17
0
votes
2 answers

UIPickerView prepareForSegue

I am creating a client. selects an account and the account passes (through segue). wanted to know how it does it. obs ** data passing is an array (of account) of a picker selected by the User. This returns the…
Lcstest Test
  • 113
  • 1
  • 2
  • 9
0
votes
2 answers

Two google analytics accounts

Here is the problem. I added a new analytics code to a page without knowing it already had one. So now, there are two tracking code in one website, but the report data is different between. Stupid me .. Now I even do not know which one is…
Charles
  • 199
  • 3
  • 8
0
votes
1 answer

meteor accounts index

I would like to know if the username, email addresses and profile name of the Meteor.users collection are indexed if not is there a way to index them ? does it cost much to run regex on this field without them being indexed ?
0
votes
1 answer

Perl script to access all user account directories on Linux server

I have a dedicated Linux web server with many user accounts on it. The user accounts are all located in /home/[userid] directories. I am able to create Perl scripts that run within each of my users’ accounts that can access files only within…
Vinnie
  • 13
  • 1
  • 3
0
votes
2 answers

Getting & Managing/updating local built-in accounts for some Windows domain & standalone servers (vbscript)

** Hi! I was wondering if someone tried something similar, I have some code merged with a lot of glue...but as i'm a newby in vbs I can be sure that most of it is wrong. Basically I wanted to save a lot time during built-in admin accounts review…
Cruel
  • 1
  • 2
0
votes
1 answer

How to Create Relationship Between Contact and Account SugarCRM javascript

Hi can somebody help me? I am new in programing with Javascript and I need to set a Contact to Account Relationship. function SetRelationContact_Account(){ $.get(CurrentServerAddress + '/service/v2/rest.php', { method:…
Miky
  • 33
  • 7
0
votes
1 answer

Pass _trackEvent to multiple analytic tracking codes

I got one domain set up with multiple Google Analytic accounts. The site has different events which were properly tracked in the first profile. But … i'd like to have the events passed to each account without creating an onclick event for each…
mikeg
  • 55
  • 7
0
votes
1 answer

Need some clarity on CAS basic configuration

I am trying to use CAS as my Single Sign On service and I am really having a hard time understanding the basics. This is how I issue my requests: start page:…
Sthe
  • 2,575
  • 2
  • 31
  • 48
-1
votes
1 answer

Multiple posters on page

I have a question, It might be found somewhere but I couldnt find a thread for it so if there is one, please post the link. I admin a page that is a group of several other business areas. I want to post on one page with different icons and names,…
1 2 3
13
14