How to disable password prompts when changing something in OS X?
If I start MAMP Pro, I need to type the password. If a Flash update is available, I need to type a password. If I install an application, I need to type a password.
Is there a way to stop this annoying request and don't have to type it any more?
I've searched System preferences with no success.
macos passwords osx-lion
add a comment |
If I start MAMP Pro, I need to type the password. If a Flash update is available, I need to type a password. If I install an application, I need to type a password.
Is there a way to stop this annoying request and don't have to type it any more?
I've searched System preferences with no success.
macos passwords osx-lion
2
Well, that's because it's Unix. The password prompts for system-wide changes are there for a reason. MAMP will prompt you to use port 80, it shouldn't do that for other unreserved ones. Flash updates are system-wide updates applied to files your user does not own. Same goes for application installers.
– slhck
Nov 30 '11 at 12:09
@slhck: So there's no easy way to stop this, is that it ? Ubuntu is also Unix based, and it doesn't ask so many times for my password :p (as far as I recall);
– MEM
Nov 30 '11 at 12:13
2
Really depends on what exactly you want to do. MAMP for example, see here: Stop password prompt on MAMP startup. Application installers? Unlikely. These installers need write permissions to stuff your user can't change, which is why you will sooner or later need the admin password. In that case, the question of course is whether the app is well-designed. But still, it's one of the most important security features of Unix.
– slhck
Nov 30 '11 at 12:19
add a comment |
If I start MAMP Pro, I need to type the password. If a Flash update is available, I need to type a password. If I install an application, I need to type a password.
Is there a way to stop this annoying request and don't have to type it any more?
I've searched System preferences with no success.
macos passwords osx-lion
If I start MAMP Pro, I need to type the password. If a Flash update is available, I need to type a password. If I install an application, I need to type a password.
Is there a way to stop this annoying request and don't have to type it any more?
I've searched System preferences with no success.
macos passwords osx-lion
macos passwords osx-lion
edited Nov 30 '11 at 12:32
Diogo
22k56132210
22k56132210
asked Nov 30 '11 at 12:02
MEMMEM
46751224
46751224
2
Well, that's because it's Unix. The password prompts for system-wide changes are there for a reason. MAMP will prompt you to use port 80, it shouldn't do that for other unreserved ones. Flash updates are system-wide updates applied to files your user does not own. Same goes for application installers.
– slhck
Nov 30 '11 at 12:09
@slhck: So there's no easy way to stop this, is that it ? Ubuntu is also Unix based, and it doesn't ask so many times for my password :p (as far as I recall);
– MEM
Nov 30 '11 at 12:13
2
Really depends on what exactly you want to do. MAMP for example, see here: Stop password prompt on MAMP startup. Application installers? Unlikely. These installers need write permissions to stuff your user can't change, which is why you will sooner or later need the admin password. In that case, the question of course is whether the app is well-designed. But still, it's one of the most important security features of Unix.
– slhck
Nov 30 '11 at 12:19
add a comment |
2
Well, that's because it's Unix. The password prompts for system-wide changes are there for a reason. MAMP will prompt you to use port 80, it shouldn't do that for other unreserved ones. Flash updates are system-wide updates applied to files your user does not own. Same goes for application installers.
– slhck
Nov 30 '11 at 12:09
@slhck: So there's no easy way to stop this, is that it ? Ubuntu is also Unix based, and it doesn't ask so many times for my password :p (as far as I recall);
– MEM
Nov 30 '11 at 12:13
2
Really depends on what exactly you want to do. MAMP for example, see here: Stop password prompt on MAMP startup. Application installers? Unlikely. These installers need write permissions to stuff your user can't change, which is why you will sooner or later need the admin password. In that case, the question of course is whether the app is well-designed. But still, it's one of the most important security features of Unix.
– slhck
Nov 30 '11 at 12:19
2
2
Well, that's because it's Unix. The password prompts for system-wide changes are there for a reason. MAMP will prompt you to use port 80, it shouldn't do that for other unreserved ones. Flash updates are system-wide updates applied to files your user does not own. Same goes for application installers.
– slhck
Nov 30 '11 at 12:09
Well, that's because it's Unix. The password prompts for system-wide changes are there for a reason. MAMP will prompt you to use port 80, it shouldn't do that for other unreserved ones. Flash updates are system-wide updates applied to files your user does not own. Same goes for application installers.
– slhck
Nov 30 '11 at 12:09
@slhck: So there's no easy way to stop this, is that it ? Ubuntu is also Unix based, and it doesn't ask so many times for my password :p (as far as I recall);
– MEM
Nov 30 '11 at 12:13
@slhck: So there's no easy way to stop this, is that it ? Ubuntu is also Unix based, and it doesn't ask so many times for my password :p (as far as I recall);
– MEM
Nov 30 '11 at 12:13
2
2
Really depends on what exactly you want to do. MAMP for example, see here: Stop password prompt on MAMP startup. Application installers? Unlikely. These installers need write permissions to stuff your user can't change, which is why you will sooner or later need the admin password. In that case, the question of course is whether the app is well-designed. But still, it's one of the most important security features of Unix.
– slhck
Nov 30 '11 at 12:19
Really depends on what exactly you want to do. MAMP for example, see here: Stop password prompt on MAMP startup. Application installers? Unlikely. These installers need write permissions to stuff your user can't change, which is why you will sooner or later need the admin password. In that case, the question of course is whether the app is well-designed. But still, it's one of the most important security features of Unix.
– slhck
Nov 30 '11 at 12:19
add a comment |
1 Answer
1
active
oldest
votes
I don't recommend this at all, but if you really want to get around this and don't care about the security implications, then you can use the computer as root. If you do this, you leave your system completely open to accidental installation and deletion of important system files, but you will never be prompted for a password again.
- Open Terminal. Command: sudo passwd root (Enter your password, then your new root password twice.)
- Logout
- Login as root using the new password you just created.
- (Bonus) Open System Preferences > Users > Login Options to have the computer automatically login as root when the computer starts.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f362965%2fhow-to-disable-password-prompts-when-changing-something-in-os-x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't recommend this at all, but if you really want to get around this and don't care about the security implications, then you can use the computer as root. If you do this, you leave your system completely open to accidental installation and deletion of important system files, but you will never be prompted for a password again.
- Open Terminal. Command: sudo passwd root (Enter your password, then your new root password twice.)
- Logout
- Login as root using the new password you just created.
- (Bonus) Open System Preferences > Users > Login Options to have the computer automatically login as root when the computer starts.
add a comment |
I don't recommend this at all, but if you really want to get around this and don't care about the security implications, then you can use the computer as root. If you do this, you leave your system completely open to accidental installation and deletion of important system files, but you will never be prompted for a password again.
- Open Terminal. Command: sudo passwd root (Enter your password, then your new root password twice.)
- Logout
- Login as root using the new password you just created.
- (Bonus) Open System Preferences > Users > Login Options to have the computer automatically login as root when the computer starts.
add a comment |
I don't recommend this at all, but if you really want to get around this and don't care about the security implications, then you can use the computer as root. If you do this, you leave your system completely open to accidental installation and deletion of important system files, but you will never be prompted for a password again.
- Open Terminal. Command: sudo passwd root (Enter your password, then your new root password twice.)
- Logout
- Login as root using the new password you just created.
- (Bonus) Open System Preferences > Users > Login Options to have the computer automatically login as root when the computer starts.
I don't recommend this at all, but if you really want to get around this and don't care about the security implications, then you can use the computer as root. If you do this, you leave your system completely open to accidental installation and deletion of important system files, but you will never be prompted for a password again.
- Open Terminal. Command: sudo passwd root (Enter your password, then your new root password twice.)
- Logout
- Login as root using the new password you just created.
- (Bonus) Open System Preferences > Users > Login Options to have the computer automatically login as root when the computer starts.
answered Dec 10 '14 at 14:49
Sean HansellSean Hansell
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f362965%2fhow-to-disable-password-prompts-when-changing-something-in-os-x%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Well, that's because it's Unix. The password prompts for system-wide changes are there for a reason. MAMP will prompt you to use port 80, it shouldn't do that for other unreserved ones. Flash updates are system-wide updates applied to files your user does not own. Same goes for application installers.
– slhck
Nov 30 '11 at 12:09
@slhck: So there's no easy way to stop this, is that it ? Ubuntu is also Unix based, and it doesn't ask so many times for my password :p (as far as I recall);
– MEM
Nov 30 '11 at 12:13
2
Really depends on what exactly you want to do. MAMP for example, see here: Stop password prompt on MAMP startup. Application installers? Unlikely. These installers need write permissions to stuff your user can't change, which is why you will sooner or later need the admin password. In that case, the question of course is whether the app is well-designed. But still, it's one of the most important security features of Unix.
– slhck
Nov 30 '11 at 12:19