Questions tagged [createuser]

144 questions
1
vote
1 answer

Create an user in Oracle database

I am the first user of Oracle Database. Now, I want to create a DB schema called ERDB. I need to create the ERDB user and granting appropriate privileges to the ERDB user on SQL script file. CREATE USER dmuser IDENTIFIED BY password DEFAULT…
1
vote
1 answer

Could not connect to database postgres pg_hba (OSX)

So I'm trying to set up PostgreSQL to be used with metasploit on my Mac 10.9 Mavericks machine. I'm trying to follow the instructions outlined on this page. http://www.darkoperator.com/installing-metasploit-framewor/ and I got to the command:…
scottybobby
  • 315
  • 3
  • 12
1
vote
2 answers

Accounts.createUser on server does not return response to client

I'm attempting to use Meteorjs Accounts on the server to create a new user and then send them an email to set their initial password. The idea is that an admin user can add new users. I can successfully add the new user (I can see the new user ID…
Randy Hall
  • 7,716
  • 16
  • 73
  • 151
1
vote
1 answer

Creating MySQL users and granting privileges - unable to connect to server

I've just tried to create a bunch of users for a (currently local) database but I'm having issues connecting to the database and not too sure what I'm doing wrong. The users exist after creation but I can't connect to the database with their…
ydaetskcoR
  • 53,225
  • 8
  • 158
  • 177
1
vote
1 answer

C# MySql CREATE USER

I was trying to make a registration statement with C#. Obviously I couldn't make it. I don't exactly know what the problem is. With that said here is a snippet: MySqlConnection Connection = new…
isastim
  • 13
  • 1
  • 5
1
vote
1 answer

Is it possible to create a user in mysql without logging in?

I have a root and test user which I don't remember the password for either one in mysql database. is it possible to create a new user from outside? I could not find answers for this in the internet. Thanks.
Spidey
  • 193
  • 1
  • 3
  • 11
1
vote
1 answer

Parameters on Execute Immediate Sentence (Inside a procedure)

I'm triyin to create a ORACLE USER from my User table inside a procedure. The problem is that I don't know how to call a specific column. I've tried with Camp.user.username and that stuff. create or replace PROCEDURE PR_USERPASS AS BEGIN UPDATE…
Sergiodiaz53
  • 1,268
  • 2
  • 14
  • 23
1
vote
1 answer

Grant to Create User in PostgreSQL

I need create a user only to create others users, but, i don't know how create a grant to this? Exist a method for this, or i need use GRANT ALL PRIVILEGES?
Tommy
  • 265
  • 1
  • 6
  • 15
1
vote
1 answer

create User in alfresco by OpenCMIS or java API

I build web applications using alfresco-community-4.0.e, OpenCMIS, and primefaces as user interface. I need to create users in alfresco programmatically. I tried to create a user using the following code: Blockquote if…
Noa
  • 315
  • 1
  • 7
  • 31
0
votes
2 answers

How can I create a user account in my User table using Entity Framework Migrations?

Previously I used a database initializer to seed or pre-populate my tables when creating them using Code First. This all worked great but I wanted to move on to using the EF 4.3 migrations. I updated to EF 4.3 in my project and removed the database…
0
votes
1 answer

Add a user in Cakephp authentication tutorial

There is a problem when I write add() function for UsersController. public function add(){ if ($this->request->is('post')) { if ($this->User->save($this->request->data)) { $this->Session->setFlash('The new…
horatio.mars
  • 559
  • 3
  • 9
  • 17
0
votes
2 answers

Unique ID of CreateUSer Button in CreateUserWizard asp.net

I made a custom FindControl function to find a control within all childs of one control I pass in parameter. But I don't manage to have a hand over the button used to create a user ,in a CreateUserWizard Control. I kept the default style, do anyone…
GianT971
  • 4,385
  • 7
  • 34
  • 46
0
votes
0 answers

AWS CLI v2: Identity Center: Create User

I try to create a user in AWS Identity Center using create-user (https://awscli.amazonaws.com/v2/documentation/api/latest/reference/identitystore/create-user.html). aws identitystore create-user \ --identity-store-id…
quervernetzt
  • 10,311
  • 6
  • 32
  • 51
0
votes
0 answers

Warning: ldap_add(): Add: Server is unwilling to perform in [...] when creating an user in Active Directory

I'm developing a Webinterface to manage Active Directory. Some things I've done are working. For example adding / removing groups to / from a user or unlocking. So I think the connection and authentifikation is correct. My problem is now, that I…
TheQuestionmark
  • 69
  • 1
  • 10
0
votes
0 answers

How to have a Dynamics CRM with an expired refresh token

For a QA test I need a Dynamics CRM with an expired refresh token. How can I achieve that? I tried: Creating a new user in a CDX environment to be a non-interactive user, but the user is not showing in D365. Did research and learned that it's not…
QALG
  • 1