Make Admin Path manually configurable for all apps
-
@girish Wordpress is the only app for me personally that would need it. I actually did change my login URL with a plugin and would love even if this was exclusively a Wordpress thing (because of the hiding of the link, security by obscurity - as you'd mentioned).
Side note: I forgot what I changed the login URL to once for an hour so that makes this even more valuable for me and my forgetful-ness (aside from the convenience of going straight to the backend).
@Lonk Right, this is why we didn't add it for WP
I would say 1 in 2 installations changes that URL so it cannot come from the manifest itself (maybe the default can come from manifest). But now, we have to make it configurable as well. Anyway, I am happy to see how many other users want this.
-
@Lonk Right, this is why we didn't add it for WP
I would say 1 in 2 installations changes that URL so it cannot come from the manifest itself (maybe the default can come from manifest). But now, we have to make it configurable as well. Anyway, I am happy to see how many other users want this.
-
does that mean fixing the default theme so people can log in initially? or just have it in the first-run popup?
The WP Cerber plugin can rename the admin link too.
@robi said in Make Admin Path manually configurable for all apps:
does that mean fixing the default theme so people can log in initially? or just have it in the first-run popup?
The WP Cerber plugin can rename the admin link too.
Well, on initial installation, the admin url will always be
/wp-admin
but since plugins can change that, a configurable setting in the Wordpress app for "Admin Path" would be beneficial for Wordpress users. Tbh, I'd take the solution even if it was hardcoded to/wp-admin
and just switch back. But makingconfigurePath
configurable for Wordpress would be great for this exact use case. -
-
@Lonk Right, this is why we didn't add it for WP
I would say 1 in 2 installations changes that URL so it cannot come from the manifest itself (maybe the default can come from manifest). But now, we have to make it configurable as well. Anyway, I am happy to see how many other users want this.
-
@girish Did this configurable / optional setting ever make it into a future release? I'd love to use it with my wp-admin (that I configure).
-
@girish One day tho maybe? I find myself constantly wanting to fork Wordpress just to add
configurePath
to the manifest, it's really useful tbh. -
@robi I don't touch
dashboard
code. I wouldn't mind doing a PR for the Wordpress (Developer) project to add this but to be applicable to all users dashboard code would be needed since "admin urls" are technically changeable.I don't think @girish should accept anything less than me doing a PR for making the fields customizable. And...okay, now that I've thought about it, if Girish isn't against the PR for the
dashboard
change, then I'm down to code it.