# Show password using view.html.erb

**URL:** https://discourse.openondemand.org/t/show-password-using-view-html-erb/4158
**Category:** Get Help
**Tags:** question
**Created:** [April 1, 2025, 6:02pm UTC](https://discourse.openondemand.org/t/show-password-using-view-html-erb/4158 "2025-04-01T18:02:56Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![jeff.ohrstrom](https://sea1.discourse-cdn.com/flex015/user_avatar/discourse.openondemand.org/jeff.ohrstrom/32/136_2.png) [@jeff.ohrstrom](https://discourse.openondemand.org/u/jeff.ohrstrom)
#### Post date: [April 2, 2025, 6:25pm UTC](https://discourse.openondemand.org/t/show-password-using-view-html-erb/4158/4 "2025-04-02T18:25:02Z")

</div>

You could try to add a `sleep 3` or something similar in `after.sh.erb`. If you look at `job_script_content.sh` you’ll see the execution flow. `after.sh.erb` is invoked after the script, but before it creates the yml that will show the connect button. So I think this is the spot to wait/sleep/verify before moving on.

---

_[View the full topic](https://discourse.openondemand.org/t/show-password-using-view-html-erb/4158)._
