Opened 6 years ago
Closed 4 years ago
#1484323 closed Feature Patches (wontfix)
Put version or build number on logon page.
| Reported by: | conradh | Owned by: | |
|---|---|---|---|
| Priority: | 6 | Milestone: | later |
| Component: | Core functionality | Version: | 0.1-rc1 |
| Severity: | minor | Keywords: | version display skin |
| Cc: |
Description
Because of the many build isn't it possible to put the version or build number on the logon page. Users can than report bugs and telling on wich version is happens.
Is there a $version variable or $build_number ??
Conrad
Attachments (2)
Change History (13)
comment:1 Changed 6 years ago by conradh
- Version changed from 0.1-beta to svn-trunk
comment:2 Changed 6 years ago by conradh
- Priority changed from 3 to 6
- Type changed from Bugs to Feature Requests
comment:3 Changed 6 years ago by seansan
comment:4 Changed 6 years ago by seansan
ps. Quite funny that you ask, I manually add this line everytime I update
comment:5 Changed 6 years ago by thomasb
- Milestone set to 0.1-rc2
comment:6 Changed 6 years ago by gysmo
Hope that is you want.
Add version under the logo
Add the posibility to show or not on the login page
comment:7 Changed 6 years ago by oleole
Warning:
In the past, we've seen scripts which use Google to scan for vulnerable software based on their name and version. For example, there are automated scripts which use Google to scan for phpBB forums that use specific versions which are known to have remote exploits.
It may not be a good idea to add the version number in the login screen, since that would make it easy for someone to search for "RoundCube X.Y.Z login" in Google to search for vulnerable versions.
If the login page doesn't show the version, then a script would have to test every single installation manually.
comment:8 Changed 6 years ago by thomasb
- Keywords version display skin added
- Milestone 0.1-rc2 deleted
- Type changed from Feature Requests to Patches
- Version changed from svn-trunk to 0.1-rc1
We keep this as a patch for everybody who wants to add this feature to his installation.
comment:9 Changed 5 years ago by seansan
- Milestone set to 0.1.5
Review in 0.1.5 - maybe add as config option (or set a config option that enables account for testing?)
comment:10 Changed 5 years ago by thomasb
- Milestone changed from 0.1.5 to later
Keep this as a patch but not to be committed to trunk
comment:11 Changed 4 years ago by alec
- Resolution set to wontfix
- Status changed from new to closed

Add: <roundcube:object name="version" />
on line 46 (before last /div) in login.html in /skins/default/templates
<roundcube:if condition="config:login_show_version == true" />
<roundcube:endif />