<p></p>
<p><b>@pablobm</b> commented on this pull request.</p>
<hr>
<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6432#discussion_r2416765396">db/seeds.rb</a>:</p>
<pre style='color:#555'>> @@ -9,3 +9,39 @@
# Character.create(name: 'Luke', movie: movies.first)
Language.load(Rails.root.join("config/languages.yml"))
+
+def log(*)
+ puts(*) # rubocop:disable Rails/Output
+end
+
+display_name = "admin"
+password = "openstreetmap"
+email = "admin_#{SecureRandom.uuid}@example.com"
+role = "administrator"
+
+admin = User.find_or_create_by!(:display_name => display_name) do |user|
</pre>
<p dir="auto">Sounds good. I'm thinking of two options:</p>
<ol dir="auto">
<li>I turn this into a <code class="notranslate">dev:populate</code> task, with guards to avoid running on production.</li>
<li>I remove this script (keeping the refactor and the bin/yarn thing), and we focus on getting your <code class="notranslate">dev:populate</code> task (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="810249299" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/3101" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/3101/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/3101">#3101</a>) through. This can be augmented with the new <code class="notranslate">Oauth::Util.register_apps</code> utility.</li>
</ol>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6432#discussion_r2416765396">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLMEYDVURXX2OAUNHHL3WZN25AVCNFSM6AAAAACIQUCAKCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTGMJYHEZDOOJXGI">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLPCJNTDSYWEEXT2RUT3WZN25A5CNFSM6AAAAACIQUCAKCWGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTWF2LJGI.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/6432/review/3318927972</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/6432#discussion_r2416765396",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/6432#discussion_r2416765396",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>