With the latest release of Bootstrap RC 3, changing the color of the icons is as simple as adding a class with the color you want and adding it to the span.
Default black color:
Password Changed
would become
Password Changed
CSS
.icon-success {
color: #5CB85C;
}
Bootstrap 3 Glyphicons List